Re: VB with MySQL

2001-08-22 Thread Ken Menzel
Hi, Try http://www.avukatpro.com/mysql.html http://www.dwam.net/MySQL/ Ken - Original Message - From: "Pablo Javier Gonzalez Mateos" <[EMAIL PROTECTED]> To: "Lista MySQL Ingles" <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 5:12 PM Subject: VB with MySQL > Hello, im new in the lis

Re: VB with MySQL

2001-08-21 Thread Claudio Cicali
At 06:12 PM 8/21/01 -0300, Pablo Javier Gonzalez Mateos wrote: >Hello, im new in the list, im a VB 6.0 programmer, and im learning the >MySQL basics with the Paul DuBois Book... i have a question to do... its >possible to make a connection from an VB app. to a MySQL database ???, if >its possib

RE: VB with MySQL

2001-08-21 Thread Rogger Vasquez
You can use ODBC for mysql ... (download from www.mysql.com ) Install it , then just use it ... To try it, make a Datasource for the ODBC ... In vb make use a Datawizard form, select remote ODBC ... then select the datasource you create it ... and you have a simple maintainance form to a table on