ODBC call fails?

P

petz

I have a query that returns the ODBC error below. Is this a time-out or
something else within the query that fails?

ODBC--call failed.

[Oracle][ODBC][Ora]ORA-01013: user requested cancel of current operation
(#1013)

Here's the SQL. I didn't write this but have been asked to make it work.

SELECT qsubDRLastDate.[IR Number] AS [IR Number], Max(qsubDRLastDate.[Last
Rpr]) AS [Last Rpr], Sum(qsubDRLastDate.[Rpr Cnt]) AS [Rpr Cnt]
FROM qsubDRLastDate
GROUP BY qsubDRLastDate.[IR Number]
ORDER BY qsubDRLastDate.[IR Number];

thanks
petz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

error ORA-01013 2
ODBC--Call failed. 4
ODBC Call Failed error when linking to an Oracle DB 0
ODBC Failure - HELP!!! 0
User timeout error 0
ODBC Call Failed 0
Pass-Through Query Error 1
ODBC error 0

Top