Connection String
Greetings,
I am attempting to work on a site using javasript ASP and MySQL. Unfortunately, I cannot seem to get my connection string to work. Here it is...
<%
var adoConn = Server.CreateObject("ADODB.Connection");
adoConn.Open = ("Driver={mySQL}; Server=localhost; Port=3306; Option=0; Socket=; Stmt=; Database=bibletruthchapel_org; Uid=username; Pwd=password;");
%>
Any thoughts?
Clay Hess
__________________
Clay Hess
|