Problem of VB with MySQL

2005-11-16 Thread vishal
i am sending the files. all details are in the source code what you have to do is to create a database name test2 and have to set the password of the server. the code will automatically create a table name test2 with two double fields and it will reture the error while adding the record through

Re: Problem of VB with MySQL

2005-11-16 Thread JamesDR
vishal wrote: i am sending the files. all details are in the source code what you have to do is to create a database name test2 and have to set the password of the server. the code will automatically create a table name test2 with two double fields and it will reture the error while adding the

VB .NET MYSQL - LOCK TABLES

2004-06-03 Thread Mirco Santori
Hello MySql List, I have create connection with VB .NET MySql, and now i must use the LOCK TABLES statment. I want to know how i can use this sintax .. i must open connection - begin the LOCK TABLES - begin the select statment, and then UNLOCK TABLES .. I think so that is not correctly

RE: VB .NET MYSQL - LOCK TABLES

2004-06-03 Thread Victor Pendleton
MYSQL - LOCK TABLES Hello MySql List, I have create connection with VB .NET MySql, and now i must use the LOCK TABLES statment. I want to know how i can use this sintax .. i must open connection - begin the LOCK TABLES - begin the select statment, and then UNLOCK TABLES .. I think so

Re: VB .NET MYSQL - LOCK TABLES

2004-06-03 Thread Larry Lowry
: Thursday, June 03, 2004 1:25 PM Subject: RE: VB .NET MYSQL - LOCK TABLES You will need to reuse your database connection, do not open a new connection with each call or the lock will not be there. LOCK TABLE table1 READ; SELECT * FROM table1; UNLOCK TABLES; -Original Message- From

VB and mySql

2004-03-07 Thread Walt
I used to program with VB using MS access as the db. VB was very quick to develope nice looking forms. Which language would be the best to use with mysql to create similiar forms. These forms would be for scrolling through the db, adding, updating, deleteing, printing... Walt

RE: VB and mySql

2004-03-07 Thread DChristensen
You shouldn't have any problems using VB to write software with MySQL. -Original Message- From: Walt [mailto:[EMAIL PROTECTED] Sent: Sunday, March 07, 2004 11:01 AM To: [EMAIL PROTECTED] Subject: VB and mySql I used to program with VB using MS access as the db. VB was very quick

AW: VB and mySql

2004-03-07 Thread Freddie Sorensen
Walt You can also use VB with MySQL without problems. There are several connectors available at the MySQL site Freddie -Ursprüngliche Nachricht- Von: Walt [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 7. März 2004 18:01 An: [EMAIL PROTECTED] Betreff: VB and mySql I used to program

Re: VB and mySql

2004-03-07 Thread Walt
: Freddie Sorensen [EMAIL PROTECTED] To: 'Walt' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, March 07, 2004 12:20 PM Subject: AW: VB and mySql Walt You can also use VB with MySQL without problems. There are several connectors available at the MySQL site Freddie -Ursprüngliche Nachricht

connect VB to mysql over net

2001-09-05 Thread Moax Tech List
I want to build a VB application that connects to mysql (over the internet) running on linux. i have mysql currently running on LAMP system fine, but do i just need to install MyODBC for linux on the mysql server or what? also, are there any major security issues to this i should know about? any

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 list, im

VB with MySQL

2001-08-21 Thread Pablo Javier Gonzalez Mateos
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 possible, how can i do it ???. Thanks you. Best Regards...

RE: VB with MySQL

2001-08-21 Thread Rogger Vasquez
on mysql -Original Message- From: Pablo Javier Gonzalez Mateos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:13 PM To: Lista MySQL Ingles Subject: VB with MySQL Hello, im new in the list, im a VB 6.0 programmer, and im learning the MySQL basics with the Paul DuBois Book... i

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 possible,

VB and MySQL Example Request

2001-01-28 Thread JCampell
Good Evening! I've been working with VB and MySQL for awhile now, but not together. I've used VB to use the built in database that comes with VB, but I doubt I'm using it to its full potential. I like the way PHP and MySQL interface, very naturally actually. I was hoping that I could take my