I've succesfully converted my Access database to SQL Server.
I've made the required changes such as
'Database Type
'strDatabaseType = "Access"
strDatabaseType = "SQLServer"
in both common.asp files...
Then i edited the sections below:
'Enter the details of your SQL server below
strSQLServerName = "WEBSRVR" 'Holds the name of the SQL Server
strSQLDBUserName = "my name" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "my pass" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "my database" 'Holds name of a database on the server
it says the forum is closed... it's ok...
trying to login with my id but it says HTTP 500 error..
is it a database connection problem ???
what should i do...
i've tried several alternative server names... localhost, WEBSRVR, direkt ip....
:( what's wrong ?