MySQL Forums
Forum List  »  General

Re: Problems with MyOdbc and ASP.
Posted by: dumb worm hole
Date: January 25, 2005 10:10AM

i have an idea for that my friend you can specify any variable you want but you can't use "MySQL" as a variable because that's a reserved word for the connection..........

and you can change you're codes with this my friend....


Set MySQL = Server.CreateObject("ADODB.Connection")
MySQL.Open "Driver={MYSQL ODBC 3.51 Driver}; Server=10.0.0.7; Port=3306; Option=0; Socket=; Stmt=; Database=xxx; Uid=xxx; Pwd=xxx;

Options: ReplyQuote


Subject
Written By
Posted
January 25, 2005 06:42AM
Re: Problems with MyOdbc and ASP.
January 25, 2005 10:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.