delphi - how to connect UNC-located database to embedded server? -
i have next specific situation. have application using firebird embedded server. files: application executive, database, fbembed.dll located in same folder. , working good.
now client says so:
i place application file on server , run via local network workstations.
so see start application on server , starts. database connection string looks like:
//server/share/db.fdb
yes, know conventions allowed firebird paths here: faq: what's connection string?
i not understand should use embedded server? possible @ all?
if want access firebird database on network, need install firebird server , connect through server. can't (at least not default) access database network path, , shouldn't (although there config option allow it), can lead database corruption due insufficient or incorrect filelocking support on network.
so: don't use firebird embedded, install firebird server , configure clients connect firebird server.
Comments
Post a Comment