A
Anonymous
How do I automatically generate a InsertCommand (with a CommandBuilder) from
a select statement, when using the DB provider independant
Common.DbDataAdapter?
I can only find code for:
1. specifying the parameters by myself.
OR
2. using DB provider dependant classes.
Is there no support in adonet for generating a DB provider independant
insert statement from a select statement?
a select statement, when using the DB provider independant
Common.DbDataAdapter?
I can only find code for:
1. specifying the parameters by myself.
OR
2. using DB provider dependant classes.
Is there no support in adonet for generating a DB provider independant
insert statement from a select statement?