Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Embedded Java database

796386Apr 15 2009 — edited Apr 16 2009
There are a number of embedded open source databases for Java . However, some of the major database vendors such as DB2, contain their own way of doing things. For example in DB2 if you only want the first 4 rows in a query, you append the syntax: "FETCH FIRST 4 ROWS ONLY" to the SQL query. I am wondering which embedded database uses as close to DB2 syntax and concepts as possible?

Failing that, do any of the open-source embedded DB's mirror any of the major databases Oracle, SQLServer etc. closely

Thanks in advance,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2009
Added on Apr 15 2009
1 comment
127 views