Recent content by PattSte

  1. P

    Multiuser applications

    You do not lock entire tables but rather individual records/rows. You can have pessimistic locking or optimistic locking. With pessimistic locking, a lock is performed when the user starts editing a record and released after the record has been posted. This has the advantage that the user never...
  2. P

    DOA in French!

    Cadotp, You're right! Funny how the verb is "connecter" and one of the nouns is "connecteur". French (my first language, btw) is full of those exceptions that make it so much fun to learn .
  3. P

    DOA in French!

    I've translated the DOA string constants to French. If anyone is interested, here's the code (sorry about the possible wordwrap). If anyone in France has done something similar, I'd be interested to compare the expressions used (I'm from Quebec). unit DOAFrench; interface implementation uses...
Back
Top