Re: What makes a delphi Database Application Multi-User??




Hi All,
I have a delphi 7 ado access 2000 database application running on my
workstation. The database is on a server. Other users want to be able
to use it. Do I need to do something special code wise ?
You have to write your code with an awareness that it will be multi user.
If you are just using Delphi data controls you don't have to do anything
special.
But when you start writing code that changes records then you need to trap for
errors situations that would result if there is a contention editing a record.
One thing you don't want to do in a multi user application is use a Transaction
while a user has control of the application. Transactions should only be used
when your code has complete control.

What makes a delphi Database Application Multi-User??
The database you are using needs to be capable of mu lit user access.
After that it is a matter of not writing any code that would compromise that mu
lit user access.

--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • Re: Delphi Jobs
    ... I am a Delphi database programmer. ... Source Safe and Source Off Site on the server side and client side. ... design several pieces for the interactive website. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Embarcaderos Director of Products Blog
    ... What indications were there that it was difficult to sell, ... but Delphi has ALWAYS been about database development. ... All of which DO make perfect sense and could be seen as having a home at ...
    (borland.public.delphi.non-technical)
  • Software specifications
    ... I have been frustrated in this project because my software and hardware is ... another programmer who has been my mentor in Delphi, ... me when it will be ready, as they are struggling with old MSDOS software ... could do the entire database project myself, ...
    (comp.lang.pascal.delphi.misc)
  • Database Landscape for future Delphi work.
    ... I'm a died-in-the-wool Delphi fan, and have been programming in Delphi since ... So I switched my database to Jet 4.0 and to using ADO via Delphi's ... Good support for syncing w/ SQL Server. ...
    (borland.public.delphi.non-technical)
  • Re: acucobol
    ... J have not any experience with cobol ... If there is something who let me to acces to this db with delphi j have solved the problem ... Do you in fact need to learn COBOL at all, or are you just interested in getting data from the DataBase to be used with another language. ... If that's the case, dependent upon the DB used in the AcuCOBOL application you should be able to EXPORT the data, and IMPORT the data into the Delphi DB - that might be your solution. ...
    (comp.lang.cobol)