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  4061 to 4070 of 4097  « Prev 1... 401 402 403 404 405 406 407 408 409 410 Next » 
 
String qstr = "begin transaction;update set .. = ..; commit transaction ;";// ...1... try{ ...
Mon 04/29/02
04:18:52PM
 
1
Mon 04/29/02
03:21:33PM
20
 
 
there are two things following stmt = dbConnection.createStatement(); rsData = stmt.executeQuery(sql...
Tue 05/22/01
11:31:06PM
 
1
Tue 05/22/01
07:11:11PM
19
 
 
I wrote a java program and used the createStatement() with mode and concurrency set to scrollablein...
Thu 01/05/06
06:13:48PM
 
2
Wed 12/28/05
03:41:43AM
17
 
 
Hi Friends, I am using "mysql-connector-java-2.0.14-bin" driver to connect to my da...
Sat 03/10/07
03:31:26AM
 
1
Sat 03/10/07
02:28:04AM
13
 
 
what"s prepared statement how does it work?i need a realtime exapmle?
Fri 05/30/08
03:37:19AM
 
0
Fri 05/30/08
03:37:19AM
122
 
 
 
Hi FRIENDS, I am new to JDBC. I have one table with two columns Table1: ................... id_...
Sat 12/06/08
10:20:50AM
 
1
Thu 12/04/08
07:05:57PM
124
 
 
When I run the java program below, it always stops at line 5 and gives me the error message :"Functi...
Tue 08/06/02
03:59:48PM
 
2
Fri 08/02/02
02:55:51AM
31
 
 
can not connect to mysql server on localhost:3306.Is there a mysql server running on the machine/por...
Wed 11/02/05
06:21:28AM
 
3
Tue 10/25/05
11:34:02AM
161
 
 
can not connect to mysql server on localhost:3306.Is there a mysql server running on the machine/por...
Mon 10/17/05
02:05:54AM
 
0
Mon 10/17/05
02:05:54AM
25
 
 
When I use batch update, I get the following error Exception in thread "main" java.lang.AbstractM...
Mon 05/19/03
06:56:47AM
 
1
Mon 05/19/03
05:36:29AM
14
 
 
 
Results  4061 to 4070 of 4097  « Prev 1... 401 402 403 404 405 406 407 408 409 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact