I am new to Crystal. I am trying to create a report using
ADO DSNless connection and a stored proc that takes a
parameter. The report is called from a VB6 app.
I have created the report from datafields that are
associated to a stored proc. Originally, the report was
using an ODBC connection. I converted the database driver
to ADO. When I do this I am given 2 methods for building
the recordset. The first choice give me a list of things
such as tables, views, etc. but not a stored proc.
The second choice gives me the chance to enter in the SQL
statement. I can call the stored proc from there but I
still need to pass a parameter.
I am using the crystal ocx. How can I make this work?
TIA
Nate
ADO DSNless connection and a stored proc that takes a
parameter. The report is called from a VB6 app.
I have created the report from datafields that are
associated to a stored proc. Originally, the report was
using an ODBC connection. I converted the database driver
to ADO. When I do this I am given 2 methods for building
the recordset. The first choice give me a list of things
such as tables, views, etc. but not a stored proc.
The second choice gives me the chance to enter in the SQL
statement. I can call the stored proc from there but I
still need to pass a parameter.
I am using the crystal ocx. How can I make this work?
TIA
Nate