N
Neelima
Hi All,
I am trying to build Insert/Update/Delete command objects at runtime
using SqlCeCommandBuilder.
The command builder method works fine if I use
oBuilder.GetInsertCommand();
I want to use the option where the parameter names are based on Column
names of the table
oBuilder.GetInsertCommand(true);
At runtime, this line throws a NotSupportedException (no other
details).
Any insight into this issue will be appreciated.
I am using CF2.0, SQL Mobile 2005
TIA
-Neelima
I am trying to build Insert/Update/Delete command objects at runtime
using SqlCeCommandBuilder.
The command builder method works fine if I use
oBuilder.GetInsertCommand();
I want to use the option where the parameter names are based on Column
names of the table
oBuilder.GetInsertCommand(true);
At runtime, this line throws a NotSupportedException (no other
details).
Any insight into this issue will be appreciated.
I am using CF2.0, SQL Mobile 2005
TIA
-Neelima