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  3961 to 3970 of 4097  « Prev 1... 392 393 394 395 396 397 398 399 400 401 ... 410 Next » 
 
If I have a Connection object which I created by specifying some username and password, is it possib...
Wed 08/22/01
11:14:53AM
 
1
Thu 05/03/01
07:24:57PM
15
 
 
I'm doing a simple program of connection to a database. Compilation returns a error - Incompatible ...
Mon 05/07/01
10:51:05AM
 
1
Fri 05/04/01
12:40:30PM
20
 
 
I want to know whether JDBC will handle the following situation. For examble my application has Orac...
Sat 05/05/01
06:33:47AM
 
0
Sat 05/05/01
06:33:47AM
20
 
 
I am having problem to connect to my database. I have Oracle8i enterprise edition. I am using this l...
Fri 05/04/01
07:25:24AM
 
1
Fri 05/04/01
07:21:42AM
18
 
 
Does Postgresql 7.1 JDBC support CallableStatement? If not what is the alternative for calling funct...
Fri 05/04/01
03:22:16AM
 
0
Fri 05/04/01
03:22:16AM
18
 
 
 
is there a way to authenticate oracle user id and password?
Thu 05/03/01
10:16:01PM
 
0
Thu 05/03/01
10:16:01PM
18
 
 
Using MS SQL Server 6.5, JDBC 1.0 under JDK 1.2.2 on Solaris. Am calling a stored procedure using a...
Thu 05/03/01
08:46:45AM
 
1
Thu 05/03/01
07:50:37AM
23
 
 
Ex.- st=con.createStatement(ResultSet.SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE); rs=st.executeQu...
Thu 05/03/01
03:36:52AM
 
0
Thu 05/03/01
03:36:52AM
18
 
 
I want to connect sql server to j2sdkee server using sun.jdbc.odbc.JdbcOdbcDriver.Can anyone explain...
Wed 05/02/01
09:42:57PM
 
1
Tue 05/01/01
04:45:24AM
20
 
 
I am connecting DB2 thru websphere DataSource using JDBC 2.0. I tried with JDBC 1.0 where connection...
Fri 04/27/01
01:46:25PM
 
0
Fri 04/27/01
01:46:25PM
19
 
 
 
Results  3961 to 3970 of 4097  « Prev 1... 392 393 394 395 396 397 398 399 400 401 ... 410 Next » 
"JDBC" is moderated by Moderators:  SAdmin
About | Sitemap | Contact