Subject | Re: Connection String Problem with Firebird 2.0 |
---|---|
Author | tacsgroup |
Post date | 2007-04-18T05:20:59Z |
CORRECTION:
I use the following connection:
Dim myConn As New ADODB.Connection
Dim sConnStr As String
sConnStr = "Provider=LCPI.IBProvider;Data Source=D:\MPM ---
\EMPLOYEES.GDB; user=SYSDBA;password=masterkey"
myConn.ConnectionString = sConnStr
myConn.Open
I'm a new user of Firebird. How can i fix this bug?
I use the following connection:
Dim myConn As New ADODB.Connection
Dim sConnStr As String
sConnStr = "Provider=LCPI.IBProvider;Data Source=D:\MPM ---
\EMPLOYEES.GDB; user=SYSDBA;password=masterkey"
myConn.ConnectionString = sConnStr
myConn.Open
I'm a new user of Firebird. How can i fix this bug?