strSQLServerName = "
localhost" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)
strSQLDBUserName = "
your user name" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "
your pass" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "
your database name" 'Holds the name of the database
your user name : the username wich you selected while you were creating your database...
your pass : the password that you selected for your database
your database name : the name of database that you selected for your database
for example:
strSQLServerName = "localhost" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)
strSQLDBUserName = "khubaib" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "123456" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "khubaib_forum" 'Holds the name of the database