Subject | Re: [firebird-support] Re: Active Database |
---|---|
Author | Jason Dodson |
Post date | 2005-08-16T19:01:03Z |
FBClient.dll is NOT an ActiveX library (type of DLL you need to add a
"reference" or "component" in VB). You will have to use Declares in your
code, but anything that requires a callback function, you will be
messing with bad mojo.
If you are looking for events of some sort, using a Firebird OLEDB
provider (free one here: http://www.zstyle.dp.ua/files/ibfree5.zip), you
can happily use DAO/ADO with Events in your project.
Jason
Oscar Villacis wrote:
"reference" or "component" in VB). You will have to use Declares in your
code, but anything that requires a callback function, you will be
messing with bad mojo.
If you are looking for events of some sort, using a Firebird OLEDB
provider (free one here: http://www.zstyle.dp.ua/files/ibfree5.zip), you
can happily use DAO/ADO with Events in your project.
Jason
Oscar Villacis wrote:
> Mick,
>
> Thanks a lot for the tip, but I can't establish a reference in VB for
> fbclient.dll... some idea??
>
>
> Regards,
>
> Oscar
>