I'm trying to generate C# web service for a progress database and keep getting the error....
[DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about ") = 'autoincrement' then 1 else 0 end AS" (10713)
I've done some research and it seems the problem is that Progress doesn't allow semicolons as terminators.
https://knowledgebase.progress.com/articles/Article/000032174
Is there a work around i can do to get this to work correctly?