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

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -