Base/connectivity/Derby

From Apache OpenOffice Wiki
< Base‎ | connectivity
Revision as of 22:09, 20 February 2010 by FrankT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Connecting via JDBC

Derby has to JDBC-Driver. The Embedded Driver called "org.apache.derby.jdbc.EmbeddedDriver" and the "org.apache.derby.jdbc.ClientDriver". The first Driver embedded the Derby Database Driver into Java Code. The second Driver connect the Derby Database via network.

1.) Embedded DataBase URL:derby:C:\Dokumente und Einstellungen\db-derby-10.5.3.0\bin\DB-TABLE; JDBC Driver Class:

Personal tools