I am using Crystal Reports 8.5 My SQL:
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
ALTER PROCEDURE dbo.RWJ_PhysicianGroupMembers_SP
(
@JobID int
)
AS
BEGIN
Declare @ReportUserGUID numeric(16,0)
SET NOCOUNT ON
Select @ReportUserGUID = HVCRequestedReport.UserGUID
from...
I have no programming background and recently found myself in a job where I need to learn SQL and crystal reports. What I have learned so far, I taught myself. I have a stored procedure that I used to create a report in Crystal, but it is not returning any data. I was told that I need to pass...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.