Subject | Re: Can I use FB Embedded with VB6? |
---|---|
Author | delphi_guru5792 |
Post date | 2007-02-01T07:29:54Z |
You used:
I have unsuccessfully been trying to use the following in my D7 app
connecting thru an ADOConnection, using a UDL containing the following:
Provider=MSDASQL.1;Persist Security Info=False;Extended
Properties="DSN=ALF_SU;Driver=Firebird/InterBase(r)
driver;Dbname=C:\ALF_SU\ALF.FDB;CHARSET=NONE;UID=SYSDBA;Role=admin;Client=C:\ALF_SU\FBClient.dll"
I'm getting a "can't connect to localHost, or something like this.
What am I doing wrong.
Sam
> conn.ConnectionString = "Provider=MSDASQL.1;Persist Securitydriver;Dbname=C:\data\firebird\MYERP.FDB;CHARSET=NONE;UID=SYSDBA;Role=admin;Client=C:\fbembedded\fbembed.dll'"
> Info=False;Extended Properties='DSN=MyERP;Driver=Firebird/InterBase(r)
>
I have unsuccessfully been trying to use the following in my D7 app
connecting thru an ADOConnection, using a UDL containing the following:
Provider=MSDASQL.1;Persist Security Info=False;Extended
Properties="DSN=ALF_SU;Driver=Firebird/InterBase(r)
driver;Dbname=C:\ALF_SU\ALF.FDB;CHARSET=NONE;UID=SYSDBA;Role=admin;Client=C:\ALF_SU\FBClient.dll"
I'm getting a "can't connect to localHost, or something like this.
What am I doing wrong.
Sam