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  41 to 50 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
 
Which one works faster with OracleDB? In my computer JDBC with OracleDriver works quite faster tha...
Tue 04/20/04
11:27:17AM
 
1
Tue 04/20/04
01:35:03AM
26
 
 
I am have created the following test stored procedure in sql server 7. CREATE procedure show_...
Thu 03/07/02
04:04:38PM
 
1
Wed 03/06/02
01:14:55PM
26
 
 
Hi, I want to update a row which I selected with a select statement but; I don't want to write an ...
Thu 07/19/01
12:43:11AM
 
1
Wed 07/18/01
06:29:47AM
21
 
 
I'm trying to run the following code from applet and get the exception below. I'm using ojdbc14.jar ...
Fri 07/25/03
01:30:58AM
 
1
Thu 07/24/03
09:50:33PM
68
 
 
I was trying to insert values in a table having five columns. The ststement was 'INSERT INTO temp_ta...
Sat 03/24/01
06:12:20AM
 
0
Sat 03/24/01
06:12:20AM
79
 
 
 
 
 
I have an SQL statement as follows select c form t where c in ('a', 'b', 'c'); Now to use JDBC and ...
Fri 01/11/02
02:00:19AM
 
1
Fri 01/11/02
01:46:57AM
20
 
 
I am creating a multilingual Database driven web site. I am using Oracle 8i Database with UTF-8 as i...
Mon 08/27/01
02:39:57AM
 
2
Wed 08/22/01
07:51:34AM
20
 
 
I am using a Java thin driver JDBC for saving and retreiving data from an Oracle8i UTF charset datab...
Thu 09/13/01
01:51:41AM
 
0
Thu 09/13/01
01:51:41AM
19
 
 
On an english windows where does java know my default encoding charset which it uses to convert to U...
Tue 09/04/01
11:00:24PM
 
1
Thu 08/23/01
07:14:34AM
23
 
 
 
Results  41 to 50 of 4097  « Prev 1 2 3 4 5 6 7 8 9 10 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact