Hi,
I have a WindowsForms VB.Net application that connects with Progress by ODBC (OpenEdge 102B), when I retrieving any decimal values from DataBase the ODBC generates a internal error:
ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Encountered internal error in SQL ENGINE at 3968 in /vobs_sql/sql/src/progstub/pro_cache.cxx. Contact Progress Technical Support
My select command:
The field "price-value" is decimal, others fields with differents types returns correct.
Someone have a help?
Database Server is Progress 102B SP5
My client driver is Progress 102B SP5 (connecting by OpenEdge ODBC)
Thanks
I have a WindowsForms VB.Net application that connects with Progress by ODBC (OpenEdge 102B), when I retrieving any decimal values from DataBase the ODBC generates a internal error:
ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Encountered internal error in SQL ENGINE at 3968 in /vobs_sql/sql/src/progstub/pro_cache.cxx. Contact Progress Technical Support
My select command:
Code:
SELECT Sum("PUB"."prices"."price-value") FROM "PUB"."prices"
The field "price-value" is decimal, others fields with differents types returns correct.
Someone have a help?
Database Server is Progress 102B SP5
My client driver is Progress 102B SP5 (connecting by OpenEdge ODBC)
Thanks