Problem with the report Source
hi...
i have a problem setting a stored procedure like this one:
create procedure procedureName
(@Parameter varchar(10))
as
if(@Parameter!='')
begin
select e.empId from employeemaster e,employeeToProject ep
where e.empId=ep.EmployeeId and ep.Billable=@Parameter
end
as the datasource of a crystal report ... the problem i get is ..i select the above stored procedure as the datasource ...but then in the field explorer ...the databasefields are not shown ...what i am trying to say is that i cannot select any field to add to my crystal report....
Please could somebody help me out asap with this... as the project that i am doing has been stalled because of this Crystal report problem ... i am using asp.net 1.1(c#) with visual studio.net 2003
thanks in advance
achhetri
__________________
achhetri
|