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  11 to 20 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
 
why we need to have universal object IDs ? in what situations they come handy
Mon 01/15/07
10:04:55AM
 
0
Mon 01/15/07
10:04:55AM
16
 
 
my code is: public int INSERT(TInfo tInfo,int sId)throws Exception { Connection connection = null; P...
Mon 12/23/02
09:40:19PM
 
1
Mon 12/23/02
02:00:46AM
17
 
 
I read somewhere that most JDBC drivers use serialization. Can anyone tell me the reason for this?
Mon 03/04/02
07:45:37AM
 
1
Mon 03/04/02
04:46:15AM
14
 
 
i am using rs.updateRow(), where rs is resultset instead of statement.executeUpdate(); Then also...
Mon 12/29/03
04:43:47AM
 
0
Mon 12/29/03
04:43:47AM
19
 
 
i m using jdbc-odbc driver. when i executing class,some exception was thrown out.here's the exceptio...
Fri 01/11/02
03:14:26AM
 
1
Thu 01/10/02
08:38:34PM
22
 
 
 
add datadriver and datasource then I start j2ee ri and I use DataSource to getConnection(); but whe...
Thu 07/24/03
11:14:28PM
 
0
Thu 07/24/03
11:14:28PM
18
 
 
Hi, I Just want to know why connection object is not Serializable.
Mon 02/06/06
01:46:44PM
 
2
Sat 02/04/06
10:57:12AM
50
 
 
I am using sql server as database with jdbc odbc bridge. Here is the sample code which throws an...
Fri 10/26/01
06:37:34AM
 
1
Fri 10/26/01
01:03:57AM
14
 
 
Sir i want to know which oracle sql data types are equals to java data types. for example "(Oracle...
Tue 08/21/01
03:21:01PM
 
2
Tue 08/14/01
02:46:39PM
16
 
 
Sir i want to know which oracle sql data types are equals to java data types. for example "(Oracle...
Tue 08/14/01
03:08:11PM
 
1
Tue 08/14/01
03:01:54PM
15
 
 
 
Results  11 to 20 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact