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  61 to 70 of 4097  « Prev 1... 2 3 4 5 6 7 8 9 10 11 ... 410 Next » 
 
Am gettin an error : java.lang.StringIndexOutOfBoundsException: String index out of range: -1 Wh...
Mon 11/14/05
03:25:48AM
 
2
Thu 10/06/05
04:20:30AM
30
 
 
I want to use JSP and MySql. Problem : Everything is installed, userDSN created. But whenever i ...
Fri 02/10/06
05:43:48PM
 
2
Fri 02/10/06
05:02:46PM
41
 
 
I'm trying to extract content from a msaccess database through a type 3 driver from netdirect. I can...
Tue 08/07/01
11:17:45PM
 
1
Tue 08/07/01
09:27:42AM
20
 
 
How can I use JDBC to store java objects (like a Vector or an instance of one of my own classes) in ...
Wed 03/21/01
12:37:44PM
 
0
Wed 03/21/01
12:37:44PM
41
 
 
Hello, Can someone shed some light on the following aspect of PrepareStatements. Why is it that :...
Tue 05/22/01
07:52:20AM
 
1
Tue 05/22/01
05:43:55AM
20
 
 
 
In Oracle you can give a hint with the /*+ or --+ syntax, for example to force the use of a particul...
Fri 03/30/01
04:22:05AM
 
0
Fri 03/30/01
04:22:05AM
133
 
 
Here is the stored procedure and my code fragment: PL/SQL stored procedure: CREATE OR REPLACE fun...
Wed 11/07/01
01:06:21PM
 
1
Sun 10/21/01
05:32:26AM
63
 
 
I was wondering if their is a JDBC method which can be used to retrieve the code listing of a stored...
Wed 10/31/01
05:03:32AM
 
1
Wed 10/31/01
01:43:07AM
24
 
 
i want to know, how i can best make a db class, that: has read, insert, .... functions that can dyna...
Fri 02/08/02
05:12:41AM
 
1
Fri 02/08/02
03:42:59AM
20
 
 
i have a prepared statement that i want to fill with values. the 2 first values are some values of a...
Fri 02/15/02
01:31:35AM
 
0
Fri 02/15/02
01:31:35AM
67
 
 
 
Results  61 to 70 of 4097  « Prev 1... 2 3 4 5 6 7 8 9 10 11 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact