Openedge .NET

redgum

New Member
I am using VB .Net to loop through approx 1000 tables in a progress database and replicate data in each table with a new key.
When I use the automatically generated ODBCCommandBuilder InsertCommand in VB .NET it only generates a command for the key fields. Is this a limitation in the ODBC driver or Progress. Will I need to generate my own Insert command string for up to 50 to 60 fields?
 
Top