G
Guest
Using a Windows Application Form I have about 20-30 fields displayed on a
Form that are bound to a dataset.
Rather than create a large SQL command/Stored Procedure to insert each of
these fields, can I not use the CommandBuilder and the Databinding?
I cannot work out how to force the dataset's DataRowState to "Added"
Am I missing something really simple or is this something that cannot be done?
Any help greatly appreciated.
Form that are bound to a dataset.
Rather than create a large SQL command/Stored Procedure to insert each of
these fields, can I not use the CommandBuilder and the Databinding?
I cannot work out how to force the dataset's DataRowState to "Added"
Am I missing something really simple or is this something that cannot be done?
Any help greatly appreciated.