Re: [Firebird-net-provider] How to connect

2014-03-14 Thread André Knappstein
 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.

Can you give more details please?
What character has the issue?
What  did  you try so far and what does not work as expected? Show the
relevant parts of the code, please.

You   mention  shared  drive... but you understand that using a real
SQL   server   (any   of  them,  not  just  Firebird)  you  are  *NOT*
communicating with the file usually. 

Instead  communication  to  the database is delegated to the server by
the client.


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] How to connect

2014-03-14 Thread Mark Rotteveel
On Fri, 14 Mar 2014 04:54:34 +, Dass, Sukhen (NDH-MRM)
sukhen.d...@mrmworldwide.com 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

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider