Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)

There are two patterns of Derby, Embedded and Network Server.

 

Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Pattern I:

Java DB and JDBC(Embedded Derby) how to connect to the database?

1. load the embedded driver;

2. wanna create a DB? then set some properites;

3. create and connect to the database using DriverManager;

 

Java DB and JDBC(Embedded Derby) how to operate on the DB?

1. create a statement from the connection;

2. execute the statement and put the results into result set;

3. do something on the result;

 

Java DB and JDBC(Embedded Derby) some cleaning work?

1. I know you remember this, aha~

 

Java DB and JDBC(Embedded Derby) where to get the code?

http://www.qqread.com/java/2008/08/w427265.html

 

Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Pattern II:

Java DB and JDBC(Embedded Derby) How it works?

It is just for application of different JVM, the classic client/server framework.

Java DB and JDBC(Embedded Derby)

 

Java DB and JDBC(Embedded Derby) How to develop?

Client-code: nothing serious difference from the embedded pattern, other than some String arguments;

Server-code: just run a command to start up the server.

Java DB and JDBC(Embedded Derby) where to get the code?

http://www.qqread.com/java/2008/08/w427265.html

 

Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby) I wanna do some practice, but…

Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby)Java DB and JDBC(Embedded Derby) It took me for more than one hour to install Mysql database, see it? haha~~

Java DB and JDBC(Embedded Derby)

相关文章:

  • 2021-10-30
  • 2022-01-09
  • 2021-10-28
  • 2021-11-19
  • 2021-07-12
  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
猜你喜欢
  • 2021-05-17
  • 2022-12-23
  • 2021-05-31
  • 2021-11-04
  • 2021-05-04
相关资源
相似解决方案