> I am using phpMyAdmin which is MySQL database to create database. My OS
is
> windows 2000.
> For example, I have a table City. It generates for me 3 files: City.frm,
> City.MYD, City.MYI
> My question is how I can connect to this table to do query, insert.....by
> using Java or Visual basic.

For Java, download the mm.mysql JDBC driver from
http://sourceforge.net/projects/mmmysql/. This is an implementation for
MySQL of the java.sql package which is documented in the in the standard
Sun distribution.

     Alec Cawley



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to