how do get result of this storedprocedure in crystal report
via VB my proc is
create procedure emp_proc as
declare @mcount int
select @mcount=count(*) from emp
give me idea or code for this.
Printable View
how do get result of this storedprocedure in crystal report
via VB my proc is
create procedure emp_proc as
declare @mcount int
select @mcount=count(*) from emp
give me idea or code for this.
Quote:
Originally posted by vinu13
how do get result of this storedprocedure in crystal report
via VB my proc is
create procedure emp_proc as
declare @mcount int
select @mcount=count(*) from emp
give me idea or code for this.
I think hardly anybody understand what you had written?
Gary
What do you rally want to do with crystal report?
There some of the store procedure tha you may need to break down using crystal report. Please make ur question explicit .