i have written a select query using a view name which i pass to crystal reports through the crystal report control in vb 6. it works perfectly. it is as follows :
"Select * from vRptListofMembers"
vRptListOfMembers is the name of my view
i now want to use a stored procedure named pListOfMembers instead of the view. so how should i word my select query ?
thank you in advance for your help