Jump to content

Recommended Posts

Posted

Am able to access FireBird data on local machine but not on Network Share.

Here's my Declaration for ConnectDatabase function

Private Declare Function ConnectDatabase Lib "fbdll4vb20.dll" _
(ByVal servername As String, ByVal dbName As String, ByVal username As String, ByVal password As String) As Boolean

This connect command works for local data
 

rv = ConnectDatabase(Localhost, c:\trims2k\sitepro.gdb, SYSDBA, masterkey)

 

This connect command fails to connect to data on network share

rv = ConnectDatabase(Acer-pc, \trims2k\sitepro.gdb, SYSDBA, masterkey)

Error I get is shown below.

Am I specifying Server and file name correctly?

Driver I'm using is :  Firebird-2.0.7.13318_0_win32.exe

Help is appreciated.

Lee

 

fb_error.jpg

Posted (edited)

Hello @MrLee,

This forum is related to the AutoIT software and programming language.

Are you sure that you are in the correct forum? :)

 

Edited by Neutro

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...