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.
The moose likes JDBC and the fly likes DDL in JDBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "DDL in JDBC" Watch "DDL in JDBC" New topic
Author

DDL in JDBC

Priyakant Charokar
Ranch Hand

Joined: May 08, 2004
Posts: 57

Which version of JDBC supports DDL statements ??


SCJP, SCWCD, SCMAD, SCEA, OCPJP 7, CSM
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26499
    
  78

Priyakant,
I've done that for quite some time now. If I had to guess, I would say JDBC 2. It's likely driver dependent though, so you might want to try it out on your database to be sure.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: DDL in JDBC
 
Similar Threads
How to tell if a DDL has failed?
dynamically create tables
Suggestion on project
Can I use JDBC to execute database command?
jdbc create table with ms sql drivers