database heros please help me?
-
CADODatabase Eror Code=80004005 Code meaning=Unspecified error Source=Microsoft OLE DB Provider for IDBC Drivers Description =[MYSQL][ODBC 3.51 Driver]Can't connect to MySQL server on '61.247.251.95'(10060) I got this error while i connect database from remote system ? can any one please help me? JAYARAJ
-
CADODatabase Eror Code=80004005 Code meaning=Unspecified error Source=Microsoft OLE DB Provider for IDBC Drivers Description =[MYSQL][ODBC 3.51 Driver]Can't connect to MySQL server on '61.247.251.95'(10060) I got this error while i connect database from remote system ? can any one please help me? JAYARAJ
is ur connection string right check this http://www.codeproject.com/database/connectionstrings.asp[^] :-D
-
is ur connection string right check this http://www.codeproject.com/database/connectionstrings.asp[^] :-D
-
_T("Driver={mySQL ODBC 3.51 Driver};Server=ist16;" "Port=3306;Option=4;Database=ist_encoder;Uid=root;Pwd=isakura;"); Is it right? JAYARAJ
Try this simple line - it should work just fine:
_T("Database=ist_encoder;Uid=root;pwd=isakura;");