28/08/2002, 10:06
|
| | Fecha de Ingreso: enero-2002
Mensajes: 673
Antigüedad: 22 años, 10 meses Puntos: 1 | |
¿Connect VB con MySQL? ¿Se puede? Hola
Con un código similar a este:
cnn.Open "Provider=MSDASQL.1;driver={SQL Server};Password=xxx; User ID=Juan1; SERVER=xxx.yyy.z.w;UID=Jcl1;DATABASE=DBSqlserver;L ANGUAGE=Español;Network=DBMSSOCN;Address= xxx.yyy.z.w,1433"";Locale Identifier=3082;"
yo mo conecto acon un DB SQL Server.
¿Puedo también en forma remota poder conectarme con una DB MySQL, con VB?
¿Alguien sabe? ¿Con ODBC sólo? o ¿ODBC y/o OLEDB?
Gracias. |