Subject | Re: Event progamming, application do not stop |
---|---|
Author | tailuo2002 |
Post date | 2006-06-03T11:11:39Z |
char *event_buffer, *result_buffer;
long blength;
ISC_STATUS status_vector[20];
my_connect_db();
my_start_tran();
blength = isc_event_block(&event_buffer, &result_buffer,1, "abc");
isc_wait_for_event(status_vector,&SMSDB,(short)blength,event_buffer,
result_buffer);
printf("Event coming here.\n");
--- In firebird-support@yahoogroups.com, "Dimitry Sibiryakov" <SD@...>
wrote:
long blength;
ISC_STATUS status_vector[20];
my_connect_db();
my_start_tran();
blength = isc_event_block(&event_buffer, &result_buffer,1, "abc");
isc_wait_for_event(status_vector,&SMSDB,(short)blength,event_buffer,
result_buffer);
printf("Event coming here.\n");
--- In firebird-support@yahoogroups.com, "Dimitry Sibiryakov" <SD@...>
wrote:
>
> On 1 Jun 2006 at 7:37, tailuo2002 wrote:
>
> >Which OS are you using? I'm usging Linux.
>
> Windows is here. But FB API is platform-independent. Show me your
> code.
>
> --
> SY, Dimitry Sibiryakov.
>