1

I made software in java Netbeans. I have use small database that is in ms access database. Now I want to make it for client. So, please help me for make setup that is embed with database.

If it is possible to make jar with database included then tell me how it can be done.

If it is possible to make exe that is included with database so please help me to make setup. One more thing I want to connect database for client without configure with ODBC connectivity. So Please help me for that.

dario
  • 5,149
  • 12
  • 28
  • 32
parik dhakan
  • 787
  • 4
  • 19
  • 2
    don't use ms access. use a db that can run on any OS. If you want it embedded, use an embedded DB. do NOT make an exe. if you wanted an exe, you should never have programmed in Java. – Stultuske Apr 30 '15 at 06:45
  • which one is better for small db for client side – parik dhakan Apr 30 '15 at 09:18

1 Answers1

0

use embedded-databases instead of ms-access :

Farvardin
  • 5,336
  • 5
  • 33
  • 54