What about RealSQL database that is built in to Real Basic ? It is
in real life SQLite, extremely fast and robust single user database.
Apple's Core Data is actually nothing but SQLite with OOP framework
for it.
Trausti
On 18.9.2006, at 12:00, Richard Hillsdon wrote:
Hi,
What's the best way of creating an Application that can be run
which needs to create/keep/use a customer database, without using
MySQL etc., which would require the user to setup something
external, which they are unlikely to be able to do on a standalone
machine.
Years ago I would have used an MSAccess database with my VB App,
which is then standalone, but obviously I can't do that now. Also,
I will be building the App to run on the Mac and Windows and
Linux. Is using XML any good? The database will have about 4000
customers in the end and about 15000 orders.
Any ideas? Basically I need a flat file format database I guess.
Can you help?
Richard H
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>