S
Sorin Sandu
What is the best way to manipulate data (insert and update) in a aspx page ?
I want to inset and update some data and I can't do it in SQL Server.
I have to scan some tables and insert (or update) data in another table.
I've tried something whith datasets but it haven't something lihe a scan or
do while last record.
I want to inset and update some data and I can't do it in SQL Server.
I have to scan some tables and insert (or update) data in another table.
I've tried something whith datasets but it haven't something lihe a scan or
do while last record.