|
-
Aug 19th, 2002, 04:52 AM
#1
Thread Starter
Junior Member
Crystal Report
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.
-
Aug 19th, 2002, 05:09 AM
#2
Hyperactive Member
Re: Crystal Report
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
-
Aug 19th, 2002, 06:00 AM
#3
Lively Member
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|