Subject | Re: Can I use FB Embedded with VB6? |
---|---|
Author | delphi_guru5792 |
Post date | 2007-02-03T05:38:33Z |
--- In firebird-support@yahoogroups.com, Ivan Grozny <mt_headed99@...>
wrote:
Being able to copy my app and a few DLLs into an install dir makes
installation easy, but how do we create the DSN, so the client does
not have to?
Sam
wrote:
>Info=False;" _
> fbConn.ConnectionString = "Provider=MSDASQL.1;Persist Security
> & "Extended Properties=" _How was MyDSN created? In The ODBC Manager?
> & "DSN=MyDSN;Driver=Firebird/InterBase(r) driver;" _
> & "Dbname=" & fbDataBase & ";CHARSET=NONE;" _
> & "UID=" & fbUser & ";PASSWORD=" & fbPassword & ";" _
> & "Role=admin;Client=" & App.Path & "\fbembed.dll "
Being able to copy my app and a few DLLs into an install dir makes
installation easy, but how do we create the DSN, so the client does
not have to?
Sam