I'm having the same trouble as this person (no resolution): http://www.progresstalk.com/threads/openedge-net.94524/
I'm making a C# .NET program that can perform CRUD functions through ODBC on any one table in the Progress database as a quick and dirty maintenance tool.
Attaching an OdbcCommandBuilder to an OdbcDataAdapter creates the requisite Update() commands (insert, update, and delete) at runtime, but they are mysteriously half-baked and sometimes ridiculous when using Progress's ODBC driver. Is this a limitation?
This problem isn't well-documented around the web, so I assume something is wrong with our database or no one uses the OdbcCommandBuilder class with Progress.
The Get It Done solution is what I'm working on: build my own SQL statements; however, I'd really like to know why Microsoft and Progress aren't cooperating.
Using Progress version 10.2b on Windows 7.
I'm making a C# .NET program that can perform CRUD functions through ODBC on any one table in the Progress database as a quick and dirty maintenance tool.
Attaching an OdbcCommandBuilder to an OdbcDataAdapter creates the requisite Update() commands (insert, update, and delete) at runtime, but they are mysteriously half-baked and sometimes ridiculous when using Progress's ODBC driver. Is this a limitation?
This problem isn't well-documented around the web, so I assume something is wrong with our database or no one uses the OdbcCommandBuilder class with Progress.
The Get It Done solution is what I'm working on: build my own SQL statements; however, I'd really like to know why Microsoft and Progress aren't cooperating.
Using Progress version 10.2b on Windows 7.