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  71 to 80 of 4097  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 410 Next » 
 
Hi all, I want to ask what is the best way to do a DB-independent left outer join SQL statement. ...
Tue 11/13/01
08:30:14AM
 
3
Wed 11/07/01
06:30:14PM
19
 
 
Hi I have a table that contains 2 fields Username and Referred_by I want to select all the "usern...
Tue 11/13/01
08:01:44AM
 
3
Mon 11/12/01
08:50:43PM
21
 
 
String sql = "SELECT tiominuter,count(*) "+ "FROM transtid "+ "WHERE transtime = ? "+...
Tue 11/13/01
09:16:26AM
 
3
Tue 11/13/01
08:21:26AM
26
 
 
I have a table in an Informix database, all columns are char(9). Here is my code: ... DataSour...
Wed 11/14/01
03:09:45AM
 
3
Tue 11/13/01
12:01:12PM
25
 
 
How do I create a blob object?
Fri 11/30/01
02:45:57PM
 
3
Fri 11/30/01
10:51:56AM
23
 
 
 
I previously posted a question asking about connecting to sqlserver from jdbc. I have realized tha...
Wed 12/05/01
10:24:24AM
 
3
Tue 12/04/01
03:07:49PM
18
 
 
How do I check in my code whether a maximum limit of database connections have been reached?
Mon 12/17/01
02:00:29AM
 
3
Wed 12/12/01
12:55:43PM
56
 
 
if we want to query a table using ResultSet and if the query is select * from emp where name = 'niti...
Fri 12/21/01
01:07:54PM
 
3
Thu 12/20/01
11:45:21PM
19
 
 
Dear All, I have problem with Resultset. If I try the code below : pstmt = conn.prepareSt...
Tue 01/01/02
07:48:38PM
 
3
Tue 12/25/01
07:23:28PM
23
 
 
I couldn't find the name for this driver can someone plz tell me..
Wed 03/27/02
02:26:17PM
 
3
Wed 03/27/02
10:50:02AM
20
 
 
 
Results  71 to 80 of 4097  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact