Viewing 4 posts - 1 through 4 (of 4 total)
Thanks ur code seems to work perfectly with the suggested modifications.
Thanks a lot....
April 25, 2002 at 9:28 am
Hi Kelly,
We use PB for the front end application. Connection is done thru the Transaction Object. Please let me know if u have any suggestions.
Thanks
shobha
April 24, 2002 at 2:29 pm
Hi, Thanks
This is the code..
CREATE PROCEDURE CFR_NES_UNIT_CAT (@ST_DT DATETIME, @END_DT DATETIME)
AS
declare
@rqtp_cd varchar(5),
@unit_id int,
@rc_tot_clsd int,
@row_cnt int,
@rc_tot_opnd int,
@rc_tot_clsd_og int,
@rc_tot_opnd_og int
/****** PICKS UP CLOSED NOTES ROW FROM CTCTRQSH & CTCTRQST TABLE ******/
/****** AND...
April 24, 2002 at 6:55 am
Hi, Thanks
This is the code..
CREATE PROCEDURE CFR_NES_UNIT_CAT (@ST_DT DATETIME, @END_DT DATETIME)
AS
declare
@rqtp_cd varchar(5),
@unit_id int,
@rc_tot_clsd int,
@row_cnt int,
@rc_tot_opnd int,
@rc_tot_clsd_og int,
@rc_tot_opnd_og int
/****** PICKS UP CLOSED NOTES ROW FROM CTCTRQSH & CTCTRQST TABLE ******/
/****** AND...
April 24, 2002 at 6:55 am
Viewing 4 posts - 1 through 4 (of 4 total)