cerebro
February 18th, 2006, 09:36 AM
dear all ,
i use crystal report from dot net 2003 (i use dotnet version architect).
with database access.
and i have problem to set parameter for query access in crystal report.
if i use database mssqlserver 2000 in crystal report i just select store procedure and the parameter for store precedure will otomatically add in crystal report.
sampel query store procedure like this
select * from tblcustomer
where CustName = @custName
the parameter @CustName otomatically add in crystal report.
how to implament that if i use database access.
so i can send a value for @Custname from my application
i use crystal report from dot net 2003 (i use dotnet version architect).
with database access.
and i have problem to set parameter for query access in crystal report.
if i use database mssqlserver 2000 in crystal report i just select store procedure and the parameter for store precedure will otomatically add in crystal report.
sampel query store procedure like this
select * from tblcustomer
where CustName = @custName
the parameter @CustName otomatically add in crystal report.
how to implament that if i use database access.
so i can send a value for @Custname from my application