Print Page | Close Window

create database/setup guestbook

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=14640
Printed Date: 30 March 2026 at 6:55am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: create database/setup guestbook
Posted By: hardykefes
Subject: create database/setup guestbook
Date Posted: 11 April 2005 at 11:40am
I am a beginner and try to install the guestbook. Already step 3 (readme-sql.txt)gives me problem, create database on the sql server.
On my server I get following information:
UserName: <username>
Password: <password>
My SQL Host: mysql.fiddleandabow.com
Database Name <same as username>
 
Now, what exactly do I have to put in the file SQL_server_connection.asp.This is what I put in but I can not log in:
 
'Enter the details of your SQL server below
strSQLServerName = "mysql.fiddleandabow.com" 'Holds the name of the SQL Server
strSQLDBUserName = "username" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "password" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "same as username"     'Holds name of a database on the server
 


-------------
Hardy Kefes
www.fiddleandabow.com



Replies:
Posted By: dj air
Date Posted: 11 April 2005 at 11:56am
yes if the above is right as said above then you should be ok.. just enter those details 


Posted By: dj air
Date Posted: 11 April 2005 at 11:57am
i have just seen that you have mySQL server. the guestbook is not designed for the MYSQL database type it is designed for the MSLSQ Database servers.

it wont work on your server if thats a dedicated MySQL server with no MSSQL support



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