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  4021 to 4030 of 4097  « Prev 1... 398 399 400 401 402 403 404 405 406 407 ... 410 Next » 
 
Using ResultSet.getString( int ) returns the string "null" if the record's value is null . Th...
Wed 12/12/01
11:20:55PM
 
1
Wed 03/21/01
07:45:55AM
34
 
 
Using get/SetUnicodeStream methods the data sent through JDBC is converted to ??? if there's any uni...
Fri 10/19/01
07:16:49AM
 
1
Wed 03/21/01
11:47:04AM
67
 
 
Iam trying to connect to a oracle database from a standalone java application using jdbc. I get a pr...
Tue 10/09/01
03:33:51PM
 
1
Wed 03/21/01
01:06:31PM
34
 
 
Is it possible to use a File DSN instead of a System DSN in the database url of a getConnection call...
Tue 07/10/01
02:33:09AM
 
2
Wed 03/21/01
11:09:36AM
31
 
 
Hi, Greetings. I have a "Puzzling " problem, with JDBC.I have a stored procedure in Oracle,...
Tue 03/27/01
04:49:07PM
 
1
Wed 03/21/01
11:47:39PM
36
 
 
 
Hi, First thing is i don't want this question to be hosted in jguru.com My question is Driver...
Tue 03/27/01
04:46:05PM
 
2
Thu 03/22/01
02:15:09AM
33
 
 
how to get the column name and it's datatype from a query and put it into a hashtable
Mon 03/26/01
08:45:46PM
 
1
Wed 03/21/01
01:11:54PM
36
 
 
How many updates i can make with one batch process. (One transaction). A typical example could be a ...
Thu 03/22/01
03:55:50AM
 
0
Thu 03/22/01
03:55:50AM
35
 
 
I wrote a jdbc program as bellow: ... PreparedStatement st = conn.prepareStatement("insert into bank...
Wed 03/21/01
07:38:03PM
 
0
Wed 03/21/01
07:38:03PM
65
 
 
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
 
 
 
Results  4021 to 4030 of 4097  « Prev 1... 398 399 400 401 402 403 404 405 406 407 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact