Developing ADO Applications
:
Error Handling
:
ADO Data Provider Errors
ADO Data Provider Errors
An error generated by the ADO data provider has the following format:
[DataDirect] [OpenAccess ADO provider]
message
For example:
[DataDirect] [OpenAccess ADO provider] Invalid precision specified.
The native error code is always zero (0).
If you receive this type of error, check the last ADO call your application made. Contact your ADO or OLE DB application vendor, or refer to the ADO and OLE DB documentation available from Microsoft.