Thread
:
connecting to a database
View Single Post
#
2
(
permalink
)
12-05-2007, 05:14 PM
ksbrother
Member
Join Date: Dec 2007
Posts: 1
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con=DriverManager.getConnection("jdbc
dbc:dsname" ,"username","password");
ksbrother
View Public Profile
Send a private message to ksbrother
Find all posts by ksbrother