MrLee Posted August 11, 2017 Posted August 11, 2017 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
Neutro Posted August 12, 2017 Posted August 12, 2017 (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 August 12, 2017 by Neutro Identify active network connections and change DNS server - Easily export Windows network settings Clean temporary files from Windows users profiles directories - List Active Directory Groups members Export content of an Outlook mailbox to a PST file - File patch manager - IRC chat connect example Thanks again for your help Water!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now