How can i use Store Procedure in Vb.bet for crystal report

shakir

Member
Joined
Dec 22, 2006
Messages
6
Programming Experience
Beginner
How can i use Store Procedure in Vb.bet for crystal report ....
i m Using Ms sql Server 2000....
Sir give me any example.....:confused:
 
wat connection are you using?
anyways... its used the same way as a table is.. the only drawback is that you are only suppose to use 1 SP for the report... unlike tables...
 
Sir i m very Begginner

I m Using like
Public cn As New OleDbConnection("provider=sqloledb;integrated security=sspi;database=Blood Foundation")
Public da As New OleDbDataAdapter
Public ds As New DataSet
Sir i want to make report with this software ....
For i want report about blood donors from 1\1\2005 to \31\12\2005
I have 2 date times pickers...and i want to send parameters to store procedure.....query is simple (select * from donorinfo where regdate = @d1 inbetween @d2)
Sir help me ...it is urgent
Thanx
BYE:(
 
Back
Top