Subject | Re: Active Database |
---|---|
Author | mikcaau |
Post date | 2005-08-16T02:48:07Z |
--- In firebird-support@yahoogroups.com, "Oscar Villacis"
<ovillacis@s...> wrote:
the dll is fbclient.dll. To be notified of events you register them
with fbclient.dll - its interface is documented. You need to provide a
call back procedure. Note that event notification occurs in its own
thread and your procedure can only make a copy of the event and act on
it after the dll returns - ie after your callback function completes.
I did provide some links for you yesterday, here they are again
Oscar,
I did find some VB tools here
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_int_comps
whether they help you or not I can't predict.
Mick
mick
<ovillacis@s...> wrote:
> Dear friends:tcp/ip
>
> Which is the data format for to interpret a firebird event trough a
> interface?looking
>
> For development reasons I can't use Delphi in my projects, so I'm
> for a custom solution for VB platform. I've been searching for acomponent
> (ocx/dll) that handles with events but I found nothing. Maybesomeone can
> explain me how events works in the tcp/ip level for to interpretthem in a
> vb interface. Or how to use the 'C' libs for to make a usable DLL invb (but
> I don't like to remember C :P )Oscar,
>
> Regards
>
> Oscar Villacis
> Guayaquil-Ecuador
the dll is fbclient.dll. To be notified of events you register them
with fbclient.dll - its interface is documented. You need to provide a
call back procedure. Note that event notification occurs in its own
thread and your procedure can only make a copy of the event and act on
it after the dll returns - ie after your callback function completes.
I did provide some links for you yesterday, here they are again
Oscar,
I did find some VB tools here
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_int_comps
whether they help you or not I can't predict.
Mick
mick