I get this message when an ADO Query with a parameter is activated: NOT ENOUGH STORAGE IS AVAILABLE TO COMPLETE THIS OPERATION. The ADO Query is a simple 'SELECT * FROM COMPANY WHERE CO_KEY=:CO_KEY.' So I just remove the parameter clause using the Object Inspector and define the query and parameter in the code itself. I am able to avoid the error message but another one appears when the ADO query is activated: EOleException with message 'UNSPECIFIED ERROR.'
Our applications run properly using BDE but we get errors when we convert it to ADO.
Our applications run properly using BDE but we get errors when we convert it to ADO.