hi Alex,
actually i do use transactions (with my SQL statements).
I annot use SQL Server, sorry :)
with other db aware comonents i cannot use transactions. such as dbgrids.
"you let ADO handle"...
don't think ADO will handle it, unless u tell him how to handle it (ie: cursor types/location)
what happens if a nother user deletes a record i'm currently working on, and so on?
if i delete a record in my application, access will imidiatly "see" that the record was deleted...
I will inc points for a good and persise explanation.
code will be appreteated also.
Main Topics
Browse All Topics





by: Workshop_AlexPosted on 2003-06-15 at 14:52:41ID: 8728166
Access, eh?
Start using SQL Server and/or start thinking about using transactions.
And yes, I wrote multi-user ADO applications. But basically, you let ADO handle most of the multi-user part.
My advise? Test how the application works in it's current state with multiple users. See if you can get any conflicts and how Delphi responds to this. Spend about a week testing...