[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: #sql-count
- Subject: Re: #sql-count
- From: Richard Meijn <rameijn@WXS.NL>
- Date: Thu, 17 Dec 1998 21:10:21 +0100
- Organization: Auto Panda
- References: <31286C9F0579D111BAC400A0C98B879F1E1149@CENTOFF_HR1>
If you are using this viriables insite a procedure you must beaware
that this variable is a global variable.
So if you uses this viriable insite a procudure you has to write
#_sql-count instead of #sql-count
I hope this helps
Greeting
Richard Meijn
Arthur Coniglio wrote:
>
> People....
>
> I have a colleague who is inserting into a table, then immediately after
> is checking the
> sqr system variable #sql-count. This is returning a value of zero even
> though the
> insert was successful.
>
> He is also displaying #sql-status and $sql-error, these are also showing
> 0 and blank respectively.
>
> I myself have used the #sql-count successfully before.
> Has anyone ever experienced this before.
>
> We are using sqr version 3 with oracle 7.
>
> TIA.
>
> Arthur C.