0

I have a database named Sample.mdb and i Created required columns , i want to use it in my java application,

Is it possible to use the database without installing MS Access Software it my system ?

Gord Thompson
  • 116,920
  • 32
  • 215
  • 418
kark
  • 4,763
  • 6
  • 30
  • 44

2 Answers2

4

You can use UCanAccess. See my question here.

Community
  • 1
  • 1
Gord Thompson
  • 116,920
  • 32
  • 215
  • 418
  • Hey thanks for your suggetions,,,It really worked and ver good explanations...Thanks gord – kark Mar 11 '14 at 13:01
1

Try with Jackcess project, is simple and stable.

Erwin Bolwidt
  • 30,799
  • 15
  • 56
  • 79
AndreaTaroni86
  • 549
  • 12
  • 27