Subject | Re: Embedded and multiple clients |
---|---|
Author | Adam |
Post date | 2005-06-28T09:36:58Z |
> Yes, that's not the issue. Maybe I didn't explain it correctly. Letsforget
> the server for now. I have TWO applications on ONE PC. Can they bothaccess
> the SAME DB file at the same time since they are both using the sameNo they can't.
> embedded DLL?
You could create a service (using RemObjects or equivalent) as a data
abstraction layer, and multiple programs could then effectively access
the database via that layer.
Embedded can behave just like a normal fbclient.dll when connecting to
another FB Server via TCP, but it doesn't itself have a TCP listening
service.
Adam