Print Page | Close Window

mysql server, unable to connect

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=16510
Printed Date: 15 April 2026 at 3:17pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: mysql server, unable to connect
Posted By: hari007
Subject: mysql server, unable to connect
Date Posted: 11 September 2005 at 9:57am
can any body tell me how to make changes in the sql server connection.asp.  , i am editing with my sql servername and user name and password , but not accepting while running the setup.asp.

i am entering the .asp settings file. can any body see the below code and tell me where i am doing the wrong. why my string is not accepting.

-----------------------------------------------
Dim strSQLServerName        'Holds the name of the SQL Server
Dim strSQLDBUserName        'Holds the user name (for SQL Server Authentication)
Dim strSQLDBPassword        'Holds the password (for SQL Server Authentication)
Dim strSQLDBName        'Holds name of a database on the server


'------------- The Driver Below is if you are using SQL Server (Do Not Use Unless you know and have an SQL Server) ---------------------------

'Enter the details of your SQL server below
strSQLServerName = "mysql526.secureserver.net" 'Holds the name of the SQL Server
strSQLDBUserName = "vishal" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "vishal" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "xxyy123"     'Holds name of a database on the server


'Please note the forum has been optimised for the SQL OLE DB Driver using another driver
'or system DSN to connect to the SQL Server database will course errors in the forum and
'drastically reduce the performance of the forum!


'The SQLOLEDB driver offers the highest performance at this time for connecting to SQL Server databases from within ASP.


'MS SQL Server OLE Driver (If you change this string make sure you also change it in the msSQL_server_setup.asp file when creating the database)
strCon = "Provider=SQLOLEDB;Server=" & strSQLServerName & ";User ID=" & strSQLDBUserName & ";Password=" & strSQLDBPassword & ";Database=" & strSQLDBName & ";"
--------------------------------------------

thanking you
harish



Replies:
Posted By: dj air
Date Posted: 11 September 2005 at 10:07am
this forum is not made to work on a MySQL enviroment, only on a MS SQL and MS Access database backend.





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