Create a standalone and portable database
843785Nov 20 2008 — edited Nov 20 2008Until now, i have been coding my programs in visual basic 6, and i am used to create my desktop applications building an exe file and attaching a .dbm database beside it.
That way, it was easy to port them to another computers.
Now im trying to do something similar with java, and some people recommended me to use JavaDB - But i think i cannot achieve the same portability as i described i was using until now.
Does anyone have any idea on how to do this?
Thanks!