Hi all! I think I need some help here. I want to know how to connect to the forum database (MSSQL) using a DSN (most likely a system DSN). I was trying to connect to my database from config.asp using the DSN that I created earlier but I get an error message. I believe it must have been due to a configuration problem. This was what I wrote:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. I am sure the database exists, and i successfully connected with the connection string that came with the forum software. I am using the latest version. Is there a different way to use the DNS to connect to the database? Please help.
My ISP requires the use of a DSN. As a matter of fact, once you create a database onthe ISPs database server, a DSN is automatically generated for you. I think I will have to contact my ISP for more help then, since the error is not in my code. Thanks, everyone.