Subject Re: Connection String Problem with Firebird 2.0
Author tacsgroup
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?