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  4081 to 4090 of 4097  « Prev 1... 401 402 403 404 405 406 407 408 409 410 Next » 
 
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
 
 
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
 
 
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
 
 
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 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
 
 
 
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
 
 
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
 
 
It's said using JDBC connection pool can reduce the overhead to establish a connection. Suppose I ha...
Mon 05/07/01
12:15:49PM
 
0
Mon 05/07/01
12:15:49PM
30
 
 
in alot of example,I saw stateless session bean return table retrieveing result using collection,t...
Wed 12/04/02
02:22:28AM
 
1
Tue 12/03/02
03:07:21PM
31
 
 
what's advantage of ibm connection classes over jdbc statements?how we can better use ibm classes?ho...
Fri 04/20/01
12:00:38AM
 
0
Fri 04/20/01
12:00:38AM
28
 
 
 
Results  4081 to 4090 of 4097  « Prev 1... 401 402 403 404 405 406 407 408 409 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact