Subject | Re: Data updates in multi-user |
---|---|
Author | oriongully |
Post date | 2003-06-18T00:14:26Z |
Thanks woody, that was the problem. Took me a few minutes to work out
where the setting was, but now it works fine. Thanks, and thanks to
everyone for their suggestions.
Regards
Martin.
--- In firebird-support@yahoogroups.com, "Woody \(TMW\)" <woody.tmw@i.
..> wrote:
where the setting was, but now it works fine. Thanks, and thanks to
everyone for their suggestions.
Regards
Martin.
--- In firebird-support@yahoogroups.com, "Woody \(TMW\)" <woody.tmw@i.
..> wrote:
> > I have a small problem where i have two machines (one windowssetup
> 98se[firebird
> > server] and windows 2000 sp3 [firebird client], this is just the
> thatrunning at
> > i have for testing). Basically my program is one both machines
> > the same time, now when i change data on one machine, the changesmade do
> > not appear on the other machine until i exit out of my program andrestart
> > it again.i
> >
> > my database connection string is "LAPTOP:D:\Dev\Test\Test.gdb" now
> > thought that by doing this any changes made on one machine will beable to
> > be seen on another machine.direction
> >
> > can some one tell me what i may have done wrong or point me in a
> > that will help me.7
> >
> > my program is using the interbase components that come with delphi
> > professional.snapshot
>
> Set your transaction components to read-committed. They default to
> mode which means you won't see changes made by other users until youstop
> the transaction and restart it. Using read-committed transactionsyou can
> just re-query the database to see the changes. See the IB/FBdocumentation
> to understand the differences between transaction modes.
>
> Woody (TMW)
> Freeware Page: http://users.eonet.net/woodytmw
>
> "Start every day off with a smile and get it over with."
> -- W. C. Fields