I'm writing a query and getting this error. I've written other queries on the same database but not his specific table. It is through a linked server in MSSQL to Progress Openedge version 11.3.3.
Here is the query:
SELECT scheduled_qty FROM PROD_AXS.AXS.PUB.sols AS axs_sols
Here is the error:
The OLE DB provider "MSDASQL" for linked server "Prod_Axs" supplied invalid metadata for column "schedule_qty". The precision exceeded the allowable maximum.
Any help would be greatly appreciated.
Thanks
Dave