Hi...
1) May I know whether Web Wiz Forum can be use in environment where my technical specifications is
Window 2000, Oracle and asp.
2) I had download the web wiz forum, unzip the file and create a new database "WebWizForum" at SQL Server 2000.
Create a user "administrator" with pwd "admin"
At the admin/SQL_server_connection.asp chg,
strSQLServerName = "localhost" 'Holds the name of the SQL Server
strSQLDBUserName = "administrator" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "admin" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "WebWizForum" 'Holds name of a database on the server
Run
Filling in "administrator" for username
and "admin" for password
I encounter
Error Connecting to database on SQL Server
Check the following is set up and correct:-
SQL Server User Name
SQL Server Password
Name of the SQL Server
Database name set up by you on the server
Empty Database set up by you on the SQL Server