Subject | Re: [ib-support] Re: Crossed signals? |
---|---|
Author | Joe Martinez |
Post date | 2002-03-26T21:05:18Z |
> It is often advised that one should use a 'remote' type of connection whenI had them try that, and it didn't help.
> working on the server. Use localhost: in front of the connection
> string. Try something like "localhost:C:\DB\xxx.db" and see if that helps.
>
> You'll probably get a lot of comments on using TTables and using theYes, I am planning on moving to IBO for the next version of my application, but
> BDE. I'll repeat it: Don't use TTables (use TQueries) and try to avoid the
> BDE (use IBO or FIBPlus. Don't know whether IBX will work with BCB4).
> Note that Firebird 1.0 is available.
unfortunately, that doesn't help us now.
If it's a transaction problem caused by the BDE, I can sort of understand that,
but why would data get mixed from two different clients? Isn't IB/FB smart
enough to keep transactions from different clients separate, regardless of what
BDE does?
-Joe