Print Page | Close Window

install forum( ms sql) on my site

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20857
Printed Date: 29 March 2026 at 4:25am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: install forum( ms sql) on my site
Posted By: khubaib
Subject: install forum( ms sql) on my site
Date Posted: 29 July 2006 at 3:27pm
I install my forum on my site but i do not know how i can mange the ms sql database

what in mean by


     'Enter the details of your Microsoft SQL Server or MySQL Server and database below
     '*********************************************************************************
     
     strSQLServerName = "" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)
     strSQLDBUserName = "" 'Holds the user name (for SQL Server Authentication)
     strSQLDBPassword = "" 'Holds the password (for SQL Server Authentication)
     strSQLDBName = ""      'Holds the name of the database

     i am confuesd+ how i can do
thanks



Replies:
Posted By: gölge
Date Posted: 29 July 2006 at 4:26pm
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


Posted By: khubaib
Date Posted: 29 July 2006 at 5:21pm
its mean i create these names and password in my domain name
and
also change this from file


Posted By: khubaib
Date Posted: 29 July 2006 at 6:37pm
How i will write 'database_connection.asp'

i am try to run from my computer (IIS)

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

Check also that you have entered the correct details in the file 'database_connection.asp' found in the


Posted By: dpyers
Date Posted: 29 July 2006 at 7:19pm
You have to create an empty mssql db first with a user login, password, and db name.
Your host will have a control panel or something similar to allow you to create the empty db.


-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: MadDog
Date Posted: 29 July 2006 at 9:56pm
Where are the Moderators on this thread? Move to forum_topics.asp?FID=18 - Web Wiz Forums Version 8.x Support already!

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: Demon
Date Posted: 29 July 2006 at 11:10pm
Agreed, moving to Support forum.

-------------
So Sayith the Demon.


Posted By: dr_who
Date Posted: 30 July 2006 at 7:13am
Originally posted by khubaib khubaib wrote:

its mean i create these names and password in my domain name
and
also change this from file
 
 
No not in your domain, but in your mysql server



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net