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  51 to 60 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
 
When I use JDBC to query Oracle date format, I get the default date format of 'YYYY-MM-DD HH MI SS'...
Wed 07/03/02
03:54:33AM
 
0
Wed 07/03/02
03:54:33AM
46
 
 
I am using informix database for my project.While I am executing an update/insert query, I get thi...
Sat 06/22/02
07:13:27AM
 
1
Sat 06/22/02
04:29:23AM
21
 
 
SELECT '\'' FROM DUAL; ERROR: ORA-01756: quoted string not properly terminated
Sat 09/14/02
11:45:49AM
 
1
Sat 09/14/02
04:17:59AM
24
 
 
I'm running a simple application on Tomcat5.x with MS sql server as DB. I'm getting this error. ...
Mon 08/21/06
05:30:51AM
 
2
Fri 08/18/06
01:00:50PM
30
 
 
What I am trying to do is, get the current row and compare with the previous from the resultset. T...
Wed 07/25/01
04:46:01PM
 
1
Wed 07/25/01
04:12:34PM
32
 
 
 
This is what my code looks like: import javax.swing.*; import java.awt.event.*; import java....
Sat 05/25/02
05:47:43AM
 
0
Sat 05/25/02
05:47:43AM
21
 
 
Dear Sir/Madam, I am using jadoZoom driver to connect JDK with MS Access 2000. The problem I am fac...
Thu 05/17/01
09:42:02AM
 
1
Thu 05/17/01
12:48:47AM
24
 
 
I'm trying to connect to a remote oracle database using Connection conn = DriverManager.getConnecti...
Wed 04/04/01
10:27:19PM
 
0
Wed 04/04/01
10:27:19PM
32
 
 
Is there any provision in JDBC to access databases thru ISAM ? Please explain it with example ?
Wed 04/24/02
12:53:28AM
 
0
Wed 04/24/02
12:53:28AM
36
 
 
Can u explain with example how to access ISAM Databases thru JDBC ?
Wed 04/24/02
08:01:17AM
 
1
Wed 04/24/02
05:31:43AM
20
 
 
 
Results  51 to 60 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact