Subject | Re: [IBO] Multi-user |
---|---|
Author | Svein Erling Tysvær |
Post date | 2002-05-13T10:43:20Z |
>My biggest question is: how far am I safe? Will I get into some problems?Hi Tom.
>How can I check that my program will work correctly? What are the pitfalls?
Firebird is a client/server database - specifically tailored for multiuser
use. As long as you understand the consept of transactions and use
generators rather than "select max+1" to generate keys I cannot think of
any particular pitfalls (at least not until you define things more detailed).
Set