Connector/ODBC with ODBC.NET and Visual Basic
"Albert van Bergen" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <086201c772d1$4f9b2f10$4301a8c0@LTKM> |
Hi,
Since version 13/14 Mysql ODBC it seems possible to set the reconnection option.
Could you tell me how this can be down from VB?
My program uses the same code as below, but I can not figure out how to set the reconnect from here.
Hope you can help!
Albert
Dim MyConString As String = "DRIVER={MySQL ODBC 3.51 Driver};" & _
"SERVER=localhost;" & _
"DATABASE=test;" & _
"UID=venu;" & _
"PASSWORD=venu;" & _
"OPTION=3;"