Create table script problem in ODBC
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Logged In: YES
user_id=1287991
Originator: NO
You should really try to get a JDBC driver for your database instead. JDBC-ODBC bridge is experimental and doesn't support many of the metadata information that we require to generate accurate scripts.
Rob