Leon123456
Registered User.
- Local time
- Today, 14:52
- Joined
- Jul 8, 2009
- Messages
- 10
Hi
I'm trying to link a query from access (or stored procedure in Crystal), into Crystal.
Query is called 'LQClients' and is itself based upon a query called 'LQData'
The query call a custom function called 'RoundUp' which just takes a number and round it up to nearest whole. This works perfectly in Access.
When I try to connect the query to Crystal I get:
Database Connector Error: DAO Error Code 0xc0D
Source DAO.Parameters
Description: Undefined function 'Roundup' in expression.
How can I get around this?
Also, I'm ultimately looking to run the Crystal report from a VB6 app, with the datasource being created within VB6. I 'm fine with adding the datasource etc but how would I reference the 'Roundup' function.... in VB6 or Crystal???
Thanks
LeonH
I'm trying to link a query from access (or stored procedure in Crystal), into Crystal.
Query is called 'LQClients' and is itself based upon a query called 'LQData'
The query call a custom function called 'RoundUp' which just takes a number and round it up to nearest whole. This works perfectly in Access.
When I try to connect the query to Crystal I get:
Database Connector Error: DAO Error Code 0xc0D
Source DAO.Parameters
Description: Undefined function 'Roundup' in expression.
How can I get around this?
Also, I'm ultimately looking to run the Crystal report from a VB6 app, with the datasource being created within VB6. I 'm fine with adding the datasource etc but how would I reference the 'Roundup' function.... in VB6 or Crystal???
Thanks
LeonH