Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO Connection

Status
Not open for further replies.

acabrera

Programmer
Jan 22, 2004
44
US
When I set the ADO connection at design time to TRUE, I get the message 'Oracle error occurred but error message could not be retrieved from Oracle.' I am using the Microsoft OLEDB Provider for Oracle, Delphi 5 and
Oracle 8i.

I tried to set the connection to TRUE so that I could examine the contents of my dbgrids and textboxes because some are empty although their datasources are correct.

What is strange about this grid is that it appears blank but when I move from row to row, data on a related panel change. The BDE-based application works correctly but its ADO counterpart does not.

Thanks.
 
Do you have the updated ADO controls for Delphi 5? There was a patch released that specifically updated them. (I don't use ADO, so I don't know specifically what was fixed, though...)

-D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top