Subject | RE: [firebird-support] Connect to FireBird database on Linux from Windows |
---|---|
Author | Nigel Weeks |
Post date | 2005-07-11T23:37:09Z |
> Can somebody please point out how to connect to an embededEmbedded means your database is built into your app - one executable, one
> FireBird database on Linux from a Windows application written
> in Delphi?
program.
If your database is on another server, it's not embedded is it?
You can't connect to the physical database file over networks - you'll wreck
your database.
You MUST a Firebird Server(Classic or SuperServer) running on the machine
that has the .fdb database file if you want to connect across a network.
Your app won't know any different. Just change the connection string, and
you're away!
N