B
Barry
Hi
I am using DataTable/DataSet in VS 2005, The sql statement is coded in
script, i want to know how to retrteve results by changing the SQL
commandtext progrmmatically
something like this (possibly)
dsSearchOperators.Operator.Select("State='CA'");
or
using the SQL Statement modified internally like this
dsSearchOperators.commandtext = "SELECT * FROM XX where State='CA'";
note 2nd one is fictitious
TIA
Barry
I am using DataTable/DataSet in VS 2005, The sql statement is coded in
script, i want to know how to retrteve results by changing the SQL
commandtext progrmmatically
something like this (possibly)
dsSearchOperators.Operator.Select("State='CA'");
or
using the SQL Statement modified internally like this
dsSearchOperators.commandtext = "SELECT * FROM XX where State='CA'";
note 2nd one is fictitious
TIA
Barry