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  81 to 90 of 4097  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 410 Next » 
 
I made a class called PoolClient, code stub is listed below: public class PoolClient { // The...
Thu 04/19/01
06:34:12AM
 
0
Thu 04/19/01
06:34:12AM
26
 
 
If i setAutoCommit(false),and execute some sql(insert, update....), and i don't execute the commit()...
Mon 07/07/03
07:15:39AM
 
1
Mon 07/07/03
01:31:15AM
24
 
 
I tried to call the previous() method in java.sql package then it gives this error "previous() not ...
Mon 05/28/01
05:21:03AM
 
1
Mon 05/28/01
04:26:26AM
25
 
 
Yesterday I used the updatable feature of the ResultSet (MySQL JDBC) Is it normal, that after: rs....
Mon 09/04/06
04:26:46AM
 
0
Mon 09/04/06
04:26:46AM
26
 
 
If java.sql.ResultSet is an interface, who provides the definitions of the methods in the interface?...
Wed 07/18/01
01:09:47AM
 
2
Tue 07/17/01
08:50:44PM
24
 
 
 
Hi all, I have a small doubt. I have to do an insert which will inturn invoke a trigger. I had g...
Mon 09/18/06
07:31:31AM
 
0
Mon 09/18/06
07:31:31AM
26
 
 
Hi from an article I read that the result set may not hold the whole result of select query. The a...
Fri 03/14/03
06:37:33AM
 
1
Thu 03/13/03
09:13:52PM
23
 
 
Three variable a=20 and b=30 and c=0 in Java application. 1st- insert into database Table1,Feild X a...
Sat 11/25/06
04:38:24PM
 
1
Sat 11/25/06
07:20:11AM
26
 
 
Hi, I have a small problem. I am using oracle thin driver and querying to a database using prepa...
Thu 09/07/06
05:27:49AM
 
1
Thu 09/07/06
04:58:20AM
29
 
 
I can access a Oracle DB which version is 8.1.7 via Oracle SQL*PLUS client,but the jdbc conncection ...
Thu 07/03/03
01:58:47AM
 
1
Wed 07/02/03
07:27:38PM
23
 
 
 
Results  81 to 90 of 4097  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact