Subject Re: [firebird-support] Using a Mapped FB Database for Application
Author Helen Borrie
At 02:55 PM 3/05/2006, you wrote:
>The current ini file has the database path as follows *not as in the
>previous post*:
>
>Database= pc340xp:\\CasalaV32\Database\SERVDB.gdb
>
>using this path (with the double backslash) I get errors, however,
>with a single backslash, it just executes without the error and (I
>believe) It creates an exe in Processes (Taskmanager) without showing
>the GUI.

Neither version is a valid path.

Again!! -- (assuming the folder on the server is "c:\CasalaV32\Database")

For tcp/ip:
pc340xp:c:\CasalaV32\Database\SERVDB.gdb

For WNET (sometimes called NetBEUI or Named Pipes):
\\pc340xp\c:\CasalaV32\Database\SERVDB.gdb


> > [Current]
> > Database=pc340xp:\CasalaV32\Database\SERVDB.gdb

This is not a valid database path either.

./heLen