SqlCommand vs Datasets
Publicado: Mié Nov 14, 2007 1:38 pm
Hi
I'm writing a Xailer apps to use MS SQL SERVER (via ADO).
What is better to do in Save operations.
Using SQL command (Insert , UPDATE ..) to save data in the Database or use
DATASETs fields and save data with addnew , Edit and Update properties.
Since the app with works in a MultiUser environment what is your advise ?
Best regards
Pedro Faro
I'm writing a Xailer apps to use MS SQL SERVER (via ADO).
What is better to do in Save operations.
Using SQL command (Insert , UPDATE ..) to save data in the Database or use
DATASETs fields and save data with addnew , Edit and Update properties.
Since the app with works in a MultiUser environment what is your advise ?
Best regards
Pedro Faro