Connector/ODBC with ODBC.NET and Visual Basic
am 30.03.2007 15:42:50 von Albert van Bergen------=_NextPart_000_085F_01C772E2.12BB2B20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
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 =3D "DRIVER=3D{MySQL ODBC 3.51 Driver};" & _
"SERVER=3Dlocalhost;" & _
"DATABASE=3Dtest;" & _
"UID=3Dvenu;" & _
"PASSWORD=3Dvenu;" & _
"OPTION=3D3;"
------=_NextPart_000_085F_01C772E2.12BB2B20--