![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi, YOu can use the following code to connect to databse using Access in JAVA. Regards, //////////////////// CODE STARTS HERE //////////// public class DataBase
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); }
After this just create the instance of this class and call the method. Regards, Rajesh Replies:
|
Sponsored Links
|