Here's an interesting question: if one uses SQLite and suddenly needs MySQL or something else more complex than SQLite, how complex will the conversion be?
--- "Timothy A. Canon" tim@crn.org wrote:
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Theoretically the conversion should be very easy if you just stick to ANSI SQL. It is when you start using the "special" features of a database that it interferes with portability.
Oh! This is assuming that you are using some kind of database abstraction layer in the language you decide to code in ...
Perl: DBI Python: DB-API (name of the specification) C: libdbi etc.
See a pattern?
On Tue, 26 Apr 2005, Leo Mauler wrote:
//========================================================\ || D. Hageman dhageman@dracken.com || \========================================================//