Subject | RE: [ib-support] Re IB security |
---|---|
Author | Pete Bray |
Post date | 2001-08-01T19:15:24Z |
Hmmm!
would this occur in the case of a simple SP which performs an insert. I have
an SP which inserts into a log table where i have not defined a PK (the SP
does not have a suspend), every now and then i see duplicate entries which
are logged with the same time stamp?
Kind regards,
Pete Bray
would this occur in the case of a simple SP which performs an insert. I have
an SP which inserts into a log table where i have not defined a PK (the SP
does not have a suspend), every now and then i see duplicate entries which
are logged with the same time stamp?
Kind regards,
Pete Bray
> -----Original Message-----
> From: lobolo2000 [mailto:lobolo2000@...]
> Sent: 01 August 2001 17:16
> To: ib-support@yahoogroups.com
> Subject: [ib-support] Re IB security
>
>
> Clippings from the IBObjects site about this bug:
>
> "The SQLDA bug"
> This is the infamous bug in InterBase itself.
> ....the InterBase bug that mainly shows itself with executing stored
> procedures from remote clients....
> Some people were complaining that their stored procedures were being
> executed twice and messing things up.
> ...The work-around is to put a SUSPEND in the stored procedure ....
>
> Regards
>