Re: Help with java and sql
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Sat, 02 Dec 2006 10:31:29 -0500
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
.
- References:
- Help with java and sql
- From: debbienc
- Help with java and sql
- Prev by Date: Re: Help with java and sql
- Next by Date: Re: Help with java and sql
- Previous by thread: Re: Help with java and sql
- Next by thread: Still need help
- Index(es):