Thread
:
JAVA Oracle connectivity with Jdbc-odbc bridge
View Single Post
#
2
(
permalink
)
09-24-2007, 11:45 PM
mobilegeek
D-Web Analyst
Join Date: Jun 2007
Posts: 205
Re: JAVA Oracle connectivity with Jdbc-odbc bridge
hi,
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con=DriverManager.getConnection("jdbc
dbc
rajava ","scott","tiger");
After this you can create statement or prepared Statement object depending on your application.
mobilegeek
View Public Profile
Send a private message to mobilegeek
Find all posts by mobilegeek