Computing.Net > Forums > Programming > mysql vb6 Connection String

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

mysql vb6 Connection String

Reply to Message Icon

Name: Anthony Arde
Date: December 6, 2005 at 04:54:26 Pacific
OS: win Xp Pro Sp2
CPU/Ram: 3.2 P4
Comment:

i`m stuck please can someone help!!! this is my connection string at the moment,

Set Conn3 = New ADODB.Connection
Conn3.CursorLocation = adUseClient
Conn3.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" _
& "SERVER=127.0.0.1;" _
& "DATABASE=powercardb;" _
& "UID=root@localhost;" _
& "PWD=monktfat;" _
& "OPTION=" & 1 + 2 + 8 + 32 + 2048 + 16384 'SET ALL PARAMETERS
Conn3.Open



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: mysql vb6 Connection String

VB6 Mysql remote connection string www.computing.net/answers/programming/vb6-mysql-remote-connection-string/13709.html

Sql connection string VB6 www.computing.net/answers/programming/sql-connection-string-vb6/12336.html

VB6 FTP Access connection string www.computing.net/answers/programming/vb6-ftp-access-connection-string/13697.html