M
Michael Brandt
Guest
The api I am using is the set of methods in Progress.Open4GL.Proxy. It is documented here: documentation.progress.com/.../index.html So I was able to solve my problem. It turns out that the first table in my prodataset I was defining "like" the original table in the database. Apparently there was some configuration on this table that I am not aware of how to code for on the .net side. The remaining tables did not have this problem. To solve the problem, I simple created the progress temp table and itemized each of the fields "like" the corresponding field in the database. This meant I was only capturing the fields and not the characteristic of the underlying table that I couldn't code for. If I get some time I will try to compose a blog post with additional examples since the Progress docs only contain one abbreviated example. Thanks everyone for your comments... Michael
Continue reading...
Continue reading...