Hi guys. I'm completely new to databases, so i wanna ask you if this is achievable.
I've been learning how to connect to an MS SQL database file with java. I've finally learned the basics, connecting and manipulating... but here's what i wanna do. I don't want to connect to a server to change the database content. I want to have the database file inside the application folder and manipulate it directly from there, without logging on to some server. I want to carry the application with me to any computer and be able to use the database file without connecting to a server.
Is this possible? If so, how?
Thanks.
I've been learning how to connect to an MS SQL database file with java. I've finally learned the basics, connecting and manipulating... but here's what i wanna do. I don't want to connect to a server to change the database content. I want to have the database file inside the application folder and manipulate it directly from there, without logging on to some server. I want to carry the application with me to any computer and be able to use the database file without connecting to a server.
Is this possible? If so, how?
Thanks.
Comment