D
Dagoberto Flores
I have a question using Application Blocks for .NET. Wich is the better
way:
A) Create the objects manually, creat the DataSet, Parameters, SqlCommands,
etc. Like: DataSet ds = new DataSet();
or
B) Create the objects visually, because I have all there: DataSet,
SqlCommands, the parameters are into the DataSet.
Thanks
Dago Flores
way:
A) Create the objects manually, creat the DataSet, Parameters, SqlCommands,
etc. Like: DataSet ds = new DataSet();
or
B) Create the objects visually, because I have all there: DataSet,
SqlCommands, the parameters are into the DataSet.
Thanks
Dago Flores