Subject Re: [IBO] Re: Conncting to server via network
Author Florian Hector
Jason,

how is IBO supposed to handle assigning the database file to
cnConnection.Database.
When the app and the DB file are on the same machine and I assign the string
from OpenDialog.FileName to cnConnection.Database, no problems.
The problems I run into are:
When connecting via network with UNC specific path like
\\SERVER\d\Folder\file.gdb assigned to cnConnection.Database, the app cannot
find the database (Error 335544344)
When connecting via network with a string like Server:d:\Folder\file.gdb
assigned to cnConnection.Database, the app reports an unavailable database
(Error 335544375)
Only when Path and Server are explicitely assigned, the connection can be
established.

I have tried to do some research myself but the Online-FAQ is unavailabe for
the last 2 days

Florian