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 4098  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 410 Next » 
 
I am having problems with SQL INSERT type statements where consecutive escape characters are requir...
Tue 08/20/02
04:53:10AM
 
2
Mon 08/19/02
03:55:52PM
25
 
 
I am just starting to play with JSP and encountered the problem I can't figure out so far. I've ...
Mon 04/28/03
07:08:12AM
 
1
Sun 04/27/03
10:09:40PM
22
 
 
Following query select * from a,b where a.bref = b.id order by a.name How can I access th...
Thu 07/11/02
02:33:46AM
 
2
Thu 07/11/02
12:46:01AM
26
 
 
Or need I use JTA for this? Thanks
Fri 05/31/02
08:48:48AM
 
0
Fri 05/31/02
08:48:48AM
40
 
 
I'm trying to put some data into a CLOB using a java.io.Writer. But an Exception is thrown saying "t...
Wed 03/06/02
10:50:51AM
 
1
Wed 03/06/02
08:43:36AM
24
 
 
 
Hi, I download JDBC driver for MS SQL Server 2000.But as I try to get the connection to the databas...
Wed 10/16/02
10:22:27PM
 
1
Wed 10/16/02
07:51:33PM
39
 
 
jdbc not responde after trigger insert mssql server 2000, but using sybase works well if I connect...
Fri 07/09/04
09:36:51AM
 
0
Fri 07/09/04
09:36:51AM
35
 
 
Class.forName ("oracle.jdbc.driver.OracleDriver"); I have download jdbc thin driver from oracle...
Sat 10/20/01
04:09:27AM
 
1
Fri 10/19/01
05:21:17PM
27
 
 
Connection con; class(){ ... con = DriverManager.get... exec(){ Statement st = con... He...
Thu 10/18/01
10:57:59AM
 
1
Thu 10/18/01
09:53:42AM
27
 
 
Hi, I wamt to retrieve a field with type "TIMESTAMP WITH TIME ZONE" from oracle database using jd...
Thu 03/31/05
12:15:35AM
 
1
Thu 03/31/05
12:02:26AM
54
 
 
 
Results  81 to 90 of 4098  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact