Re: Help with java and sql



debbienc wrote:
Can someone please help me? I am getting the error message:
[MySQL][ODBC 3.51 Driver][mysqld-5.0.24a-community-nt]No database
selected

Can someone please help me. I have tried everything I can think of,
and looked at several totorials, but I cannot find anything to help me.

You specific error is probably due to that you should start by
executing an SQL statement:

USE databasename

before you create tabel.

As previous poster has already written then the JDBC type 4
driver from MySQL is much better than JDBC ODBC bridge.

Arne
.