Viewing 5 posts - 1 through 5 (of 5 total)
Dave, thank you so much. I was close, but not quite good to go. Such a small thing, such a big difference
Again, Thank...
August 22, 2004 at 11:08 am
oh, yeah ... I changed this procedure and added transaction code:
DECLARE @NextCustNo VarChar(10)
-- get new customer number and insert new record
BEGIN TRAN
Select @NextCustNo = NextCustNo FROM TblMisc
Set...
August 8, 2003 at 9:55 am
I know, I know ... now. This is a system that is 4 years old and started life as an access database that I ported to SQL Server. It is...
August 8, 2003 at 9:49 am
It's fixed ... I had a return before my last select (the one that returns my current values) I pulled out the return and it works.
here is the current code:
create...
August 6, 2003 at 3:24 pm
Hi
it works 🙂 ... BUT it doesn't return anything. I run it and it says "no recordset returned" what am I missing??
thanks, Lynda
quote:
August 6, 2003 at 9:47 am
Viewing 5 posts - 1 through 5 (of 5 total)