Subject | AW: [ib-support] embedded SQL |
---|---|
Author | Klaus-Dieter.Opitz@ESE.de |
Post date | 2001-05-27T06:39:35Z |
Hi Ann,
thanks for answer. You suspicion was right. In function four I have found
the error.
SELECT .... FROM lin L .....
I have renamed in
SELECT .... FROM lin LIN .....
and the error has gone.
Klaus-Dieter
-----Ursprungliche Nachricht-----
Von: Ann W. Harrison [mailto:aharrison@...]
Gesendet: Mittwoch, 23. Mai 2001 19:35
An: ib-support@yahoogroups.com
Betreff: Re: [ib-support] embedded SQL
At 10:34 AM 5/23/2001 +0200, Klaus-Dieter.Opitz@... wrote:
are you using? The problem is not that you have too many
transaction handles - gpre doesn't know that t5 is supposed
to be a transaction handle. My suspicion is that either
0L or just L is used elsewhere, probably in function 4.
Regards,
Ann
www.ibphoenix.com
We have answers.
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
thanks for answer. You suspicion was right. In function four I have found
the error.
SELECT .... FROM lin L .....
I have renamed in
SELECT .... FROM lin LIN .....
and the error has gone.
Klaus-Dieter
-----Ursprungliche Nachricht-----
Von: Ann W. Harrison [mailto:aharrison@...]
Gesendet: Mittwoch, 23. Mai 2001 19:35
An: ib-support@yahoogroups.com
Betreff: Re: [ib-support] embedded SQL
At 10:34 AM 5/23/2001 +0200, Klaus-Dieter.Opitz@... wrote:
>how many transaction can be declared in one source code?Thousands.
>... in the 5.th functionCould you give us some more hints? What context variables
>with void *t5
>and
>t5=0L;
> The right message is:
> expected dot after context variable, encountered ";"
> In the row is the Statement
> t5=0L;
are you using? The problem is not that you have too many
transaction handles - gpre doesn't know that t5 is supposed
to be a transaction handle. My suspicion is that either
0L or just L is used elsewhere, probably in function 4.
Regards,
Ann
www.ibphoenix.com
We have answers.
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]