| Author |
1-tier database
|
Arnold Kesselaar
Greenhorn
Joined: Feb 28, 2003
Posts: 14
|
|
HI Guys, I have a somewhat simmilar problem. I want to write a program that has its own little database that it can access when it wishes. I do not know the operating system of the user. The user shouldn't have to register drivers or anything. How can I do this?
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
You might want to take a look at Hypersonic SQL. It's a Java-based embedded database app that you can include in your apps. (So, your clients won't need to worry about running or connecting to a database server.)
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: 1-tier database
|
|
|