Subject RE: [firebird-support] Connect to FireBird database on Linux from Windows
Author Nigel Weeks
> Can somebody please point out how to connect to an embeded
> FireBird database on Linux from a Windows application written
> in Delphi?


Embedded means your database is built into your app - one executable, one
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