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  4071 to 4080 of 4097  « Prev 1... 401 402 403 404 405 406 407 408 409 410 Next » 
 
// load the driver class Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); // java.sql.Drive...
Tue 06/05/01
07:08:28AM
 
1
Mon 06/04/01
09:28:25AM
26
 
 
I use the sun.jdbc.odbc.JdbcOdbcDriver.the sessionbean can step over lookup(dbname),but when getConn...
Thu 04/12/01
07:09:57PM
 
0
Thu 04/12/01
07:09:57PM
31
 
 
Thu 07/25/02
01:46:00AM
 
2
Wed 07/24/02
08:29:22PM
50
 
 
I am writing applet, which will communicate with odbc interface using jdbc for 1.x version of jdk. F...
Tue 04/10/01
10:55:26PM
 
2
Tue 04/10/01
06:54:51AM
34
 
 
Hi Guys, I have a query regarding the "Database name" in JDBC. Suppose I'm accessing the "Empl...
Wed 05/16/07
02:40:10PM
 
1
Wed 05/16/07
01:12:05PM
35
 
 
 
where i can found dbms_lob package to import it in java program
Thu 12/04/03
05:57:47AM
 
1
Wed 12/03/03
12:13:30PM
15
 
 
Hi exactly where can i use preparedStatement in place of Statement to improve the performance. can i...
Fri 06/14/02
07:00:55AM
 
1
Fri 06/14/02
03:25:22AM
18
 
 
Sir i want to know which oracle sql data types are equals to java data types. for example "(Oracle...
Tue 08/14/01
03:08:11PM
 
1
Tue 08/14/01
03:01:54PM
15
 
 
Sir i want to know which oracle sql data types are equals to java data types. for example "(Oracle...
Tue 08/21/01
03:21:01PM
 
2
Tue 08/14/01
02:46:39PM
16
 
 
I am using sql server as database with jdbc odbc bridge. Here is the sample code which throws an...
Fri 10/26/01
06:37:34AM
 
1
Fri 10/26/01
01:03:57AM
14
 
 
 
Results  4071 to 4080 of 4097  « Prev 1... 401 402 403 404 405 406 407 408 409 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact