This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
If you want to create tables, you can use executeUpdate method of java.sql.Statement interface.executeUpdate is used to execute an SQL INSERT, UPDATE or DELETE statement.
Snigdha<br />Sun Certified Programmer for the Java™ 2 Platform
Originally posted by Kiran Kudtarkar: How do i create database using jdbc. Please help me out with the syntax.
Sorry not an option through jdbc. You can call a VB function via JNI to create an access database or some other native code to create a database. Jamie