Filebased connection to Databasefile on Networkshare
Posted: Mon 04 Apr 2011 13:17
Hello,
IBDAC V 3.50.0.21
Firebird 2.5.0 Emb (without installation)
I try to connect to an Databasefile directly
When I call connect (after solving this http://www.devart.com/forums/viewtopic.php?t=20559), everything works fine.
But when I set the Database-Porperty to an File on an Networkdrive e.g. Z:\testdb.db I got this Error:
Do you have any idea what's wrong in this code. Server-Property is blank.
Thanks for help.
Chris
IBDAC V 3.50.0.21
Firebird 2.5.0 Emb (without installation)
I try to connect to an Databasefile directly
Code: Select all
IBCConnection.Server := '';
IBCConnection.Database := 'D:\DBs\testdb.db';But when I set the Database-Porperty to an File on an Networkdrive e.g. Z:\testdb.db I got this Error:
where SERVER is the Networkshare-Provider.Unable to complete network request to host "SERVER".
Failed to establish a connection.
Do you have any idea what's wrong in this code. Server-Property is blank.
Thanks for help.
Chris