You can automatically generate the Insert command using this code
Dim builder As OleDbCommandBuilder = New OleDbCommandBuilder(dbAdapter)
builder.GetInsertCommand()
or as you suggested create the InsertCommand manually
|
Results 1 to 10 of 10
Threaded View
|
Click Here to Expand Forum to Full Width |