Databases
Jan 9, 2010 13:26:39 GMT -5
Post by Joseph E. on Jan 9, 2010 13:26:39 GMT -5
I'm very new to databases, but SQL and RB seem easy enough.
I'm planning a web app that will have multiple users. I realize you need to open and close a database as quickly as possible, but what happens if two sessions are writing to it at the same time? There's a chance that could happen in a large multi-user platform.
I've read the threads on locking, but I'm not sure what actually got implemented and what didn't.
Also, I see some stuff about MySQL instead of SQLite. Which one should I use, and where are the commands for MySQL documented? The runbasic docs seem to only include SQLite methods.
I'll also need to be able to order records by the date/time they were posted.
I need a database that "just works", with minimum runtime problems (reliability is key). Suggestions and tips would be great!
:)
I'm planning a web app that will have multiple users. I realize you need to open and close a database as quickly as possible, but what happens if two sessions are writing to it at the same time? There's a chance that could happen in a large multi-user platform.
I've read the threads on locking, but I'm not sure what actually got implemented and what didn't.
Also, I see some stuff about MySQL instead of SQLite. Which one should I use, and where are the commands for MySQL documented? The runbasic docs seem to only include SQLite methods.
I'll also need to be able to order records by the date/time they were posted.
I need a database that "just works", with minimum runtime problems (reliability is key). Suggestions and tips would be great!
:)