E
Earl
For my desktop apps, I create stored procedures for all of my
update/insert/delete commands. I refresh the data with a "re-Select" as part
of the stored procedure. However, with the Compact Framework and SQLCE, you
cannot use stored procedures. Thus my question is, how best to implement the
"re-Select" in ADO.Net when not using a stored procedure?
update/insert/delete commands. I refresh the data with a "re-Select" as part
of the stored procedure. However, with the Compact Framework and SQLCE, you
cannot use stored procedures. Thus my question is, how best to implement the
"re-Select" in ADO.Net when not using a stored procedure?