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  131 to 140 of 4098  « Prev 1... 9 10 11 12 13 14 15 16 17 18 ... 410 Next » 
 
My JSP code is below and I'm getting an error that there is no suitable driver String url = "...
Mon 09/23/02
09:03:45AM
 
1
Mon 09/23/02
08:15:58AM
13
 
 
I am having some problems inserting new records into a Postgres Database, Select statement work fine...
Fri 12/28/01
09:10:00AM
 
1
Fri 12/28/01
08:04:07AM
14
 
 
I'm trying to create an Array to pass to a SQL package. I try to make the ArrayDescriptor and give ...
Fri 09/21/01
04:43:07AM
 
1
Wed 09/19/01
01:19:41PM
14
 
 
When i tryed to run stand alone application server on Sun Solaris, I have got interesting error - ...
Wed 04/10/02
02:47:30AM
 
0
Wed 04/10/02
02:47:30AM
13
 
 
Will a call to PreparedStatement.executeQuery() always close the ResultSet from the previous execute...
Tue 02/01/00
11:52:53PM
 
0
Tue 02/01/00
11:52:53PM
25
 
 
 
In JDBC, after a long Oracle query statement has been submitted, how do you cancel the query (which ...
Tue 11/12/02
08:31:48AM
 
1
Mon 11/11/02
06:21:15AM
15
 
 
I would like to store a password on a SQL7 DB using the JDBC:ODBC bridge DB driver. The method that ...
Mon 08/20/01
10:47:58PM
 
1
Sun 08/19/01
07:34:46AM
13
 
 
when I use Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") to connect to a dabase in an applet it gi...
Wed 06/27/01
12:36:49AM
 
1
Tue 06/19/01
11:28:08PM
16
 
 
Hi all i made a Struts/Jsp Application which uses a mySQL Database. Everthing works fine. But afte...
Tue 02/04/03
09:58:41AM
 
1
Tue 02/04/03
09:35:50AM
16
 
 
I need to move data from a database to another. It's possible to open more than one db connection at...
Wed 01/16/02
06:29:57AM
 
2
Wed 01/16/02
02:12:41AM
14
 
 
 
Results  131 to 140 of 4098  « Prev 1... 9 10 11 12 13 14 15 16 17 18 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact