rst, determine if this event overlaps any recurring events */
OPEN recur_events_curs;
LOOP
FETCH recur_events_curs INTO v_this_start_time, v_this_end_time;
EXIT WHEN recur_events_curs ISNULL;
I always get an error on the "CURSOR" during compile of function.
Thanks,
Rudy
On 28 Jun 99, at 9:24, Ansley, Michael wrote:
> >>> If I may add, I always found the practice of comparing boolean values
> to
> >>> "true" or to "false" rather funny. You take a boolean value, and
> compare it
> >>> to 'true'. You get a boolean result that is the same:
> >>>
> >>> Truth ta
?
Rudy
Date sent: Thu, 11 Mar 1999 13:46:17 +
From: David Rocher <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject:Re: [ADMIN] is possible have a mirror of my database
> On Wed, Mar 10, 1999 at 08:10:58PM -0600,