Print Page | Close Window

Setting up SQL... help!!!

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=9909
Printed Date: 08 April 2026 at 5:01am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Setting up SQL... help!!!
Posted By: ecollier
Subject: Setting up SQL... help!!!
Date Posted: 17 February 2004 at 6:55pm

I'm new to setting up software on Windows, let alone SQL.  I am having a problem getting this to work properly.  I'm following the installation documentation, but I don't think I'm entering the information correctly in the SQL connection section.  Is there anyone out there that can paste a copy of what they did so I can duplicate it? 

 

Thanks a ton,

 

Eric




Replies:
Posted By: thekiwi
Date Posted: 17 February 2004 at 7:15pm

'Enter the details of your SQL server below
strSQLServerName = "localhost" 'Holds the name of the SQL Server
strSQLDBUserName = "yourusername" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "yourpassword" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "databasename"     'Holds name of a database on the server

Thats all there is to it.

'localhost" is the  name of the SQL Server

'yourusername' is the name you have been given by the database adminstrator for access to your database.  Ditto with 'yourpassword'

'databasename' is the name given to the database you have already had created for you by the database adminstrator.  The setup scripts dont create the database ... just the tables.

When you run the file 'msSQL_server_setup.asp' it will (from memory) ask you for user details of an account which has permissions to create tables.  This may be the same as the details above, or something else.  If you are on a shared hosting server, then your provider should have given you db_owner privs for your database.



-------------
Cheers
TheKiwi
http://www.infobahn.co.nz - Internet Infobahn - website design and hosting



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