Subject | Re: [firebird-support] Data updates in multi-user |
---|---|
Author | Martijn Tonies |
Post date | 2003-06-17T07:59:31Z |
Martin,
This sounds like a typical transaction issue.
Do you start/stop any transactions, are there any auto-actions
that are set/not-set?
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
This sounds like a typical transaction issue.
Do you start/stop any transactions, are there any auto-actions
that are set/not-set?
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
> I have a small problem where i have two machines (one windows98se[firebird
> server] and windows 2000 sp3 [firebird client], this is just the setupthat
> i have for testing). Basically my program is one both machines running at
> the same time, now when i change data on one machine, the changes made do
> not appear on the other machine until i exit out of my program and restart
> it again.
>
> my database connection string is "LAPTOP:D:\Dev\Test\Test.gdb" now i
> thought that by doing this any changes made on one machine will be able to
> be seen on another machine.
>
> can some one tell me what i may have done wrong or point me in a direction
> that will help me.
>
> my program is using the interbase components that come with delphi 7
> professional.