Re: [Emerald] Force CustomerID?, SP to delete users? and error

Dale E. Reed Jr. ( (no email) )
Mon, 20 Sep 1999 11:48:49 -0700

Donn Lasher wrote:
>
> So how do you call this once the stored procedure is created?

EXEC DeleteMBR 1

However, I'm guessing you want something a little more saavy than
that (like a cursor):

DECLARE @cid int

DECLARE dbmr_cursor CURSOR
FOR Select CustomerID