From: Mark R. <ma...@la...> - 2014-03-14 11:48:22
|
On Fri, 14 Mar 2014 04:54:34 +0000, "Dass, Sukhen (NDH-MRM)" <Suk...@mr...> wrote: > Dear Team, > > I am facing a issue in connection of Firebird database which is kept in a > shared drive. Physically I am able to access the file and it has full > permission for read/write. > > Please help to connect to a shared database in vb.net Firebird can only use databases on a local drive to prevent corrupted databases through insufficient/incorrect locking. Using a shared drive implies that you need to use a Firebird server and the database file local to that server, and have the client connect to that server. Mark |