JDBC

Java Database Connectivity is the standard for communication between a Java application and a relational database. The JDBC API is released in two versions; JDBC version 1.   More>>

Java Database Connectivity is the standard for communication between a Java application and a relational database. The JDBC API is released in two versions; JDBC version 1.22 (released with JDK 1.1.X in package java.sql) and version 2.0 (released with Java platform 2 in packages java.sql and javax.sql). It is a simple and powerful largely database-independent way of extracting and inserting data to or from any database. [FAQ Previously managed by Lennart Jorelid.]"   <<Less

Latest Announcements
Welcome to the new jGuru Forums!
We've updated the jGuru Forum platform to make our forums easier to use and navigate, as well as to ... ...Read More
SUBSCRIBE       NEW TOPIC
Results  31 to 40 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
 
What is the most efficient method of replicating data betwen databases using JDBC?
Sat 03/03/01
02:40:15PM
 
3
Tue 10/24/00
06:58:24AM
410
 
 
Hi all, I have written a simple code to connect to Oracle9i in WindowsXP. Oracle is installed ...
Thu 01/19/06
09:32:52AM
 
1
Thu 01/19/06
08:06:22AM
389
 
 
I tried to connect to DB2 database with a user having blank/no password. Code snippet that I used f...
Tue 11/25/08
06:11:08AM
 
0
Tue 11/25/08
06:11:08AM
353
 
 
/* Hello! I got a problem with mysql and PreparedStatement. I would like to create a PreparedSt...
Mon 10/11/04
10:52:06AM
 
1
Tue 10/05/04
02:44:12AM
346
 
 
hi all, when i am creating the Statement object with the two parameters, resultSetType and resultSe...
Mon 06/14/04
11:43:37PM
 
0
Mon 06/14/04
11:43:37PM
343
 
 
 
I am trying to execute several thousand (insert and update) sql statements on an Oracle 8i DB. For...
Wed 03/10/04
07:58:06AM
 
2
Wed 03/10/04
06:48:15AM
333
 
 
Hello, I have written a simple java bean for database(SQL Server) connection and deployed in IBM ...
Wed 03/17/04
10:28:48AM
 
1
Tue 02/10/04
07:44:30AM
320
 
 
I'm using the latest MS SQL Server 2000 JDBC Driver downloaded from MS website. I'm having problems ...
Thu 07/01/04
10:25:08PM
 
1
Sat 05/22/04
11:26:35PM
317
 
 
When I try to populate a com.sun.rowset.CachedRowSetImpl from a ResultSet containing fields of ty...
Mon 06/27/05
08:11:23AM
 
1
Sat 04/30/05
04:53:40AM
315
 
 
Hi guys, I am using Weblogic 8.1 connect to Oracle 10g database. I got the above error message in ...
Thu 08/17/06
01:53:44AM
 
1
Wed 08/16/06
03:10:27AM
302
 
 
 
Results  31 to 40 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact