Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 delete using sql data adapter

Author  Topic 

vemulavijay
Starting Member

32 Posts

Posted - 2004-12-07 : 03:36:24
hi

what is the procedure to insert, update, delete using sql data adpater.

i am not using any dataset. i want to directly update, delete or insert in database using sql data adapter.

thanks in advance,
vijay.

nr
SQLTeam MVY

12543 Posts

Posted - 2004-12-07 : 04:56:03
I wouldn't. Better to call an SP to do the delete.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -