chandan adhikari

Greenhorn
+ Follow
since Jun 13, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by chandan adhikari

please i need code to connect java program with MS ACCESS 2007.i am using window xp j2se 1.5 and access 2007
i have found way for declaring data source name for MS access its like this:
* go to ms-access and make a table called say "student_base" and give it a
file name student_base.mdb
* 1. Go to Control Panel
2. Click on Administrative Tools(windows 2000/xp), Click on
ODBC(win98)
3. click on ODBC
4. Then , you will see a ODBC dialog box. Click on UserDSn
5. Click on Add Button
6. Select Microsoft Access Driver(*.mdb) driver and click on finish
7. Give a Data Source Name : student_base
8. Then Click on Select
9. Browse on the database name you have created and click
it:student_base.mdb is a database file where all data
will be stored
10. Click on OK.
Once the DSN is created
hi all i m new to java/jdbc i m using J2SE 1.5 on window XP please help with using ms access as database please tell how to set path or environment variables and other necessary things dns setting and all