How can I delete a row record with C# 2005 in an access table?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Dear friends, Let say I have a connection from C# 2005 to MS Access database and table name "personal", and dataset name "myDataSet". How can I delete a current row record from that dataset also in access database? Thanks in advise...
memix
check the following article http://www.codeproject.com/cs/database/DatabaseAcessWithAdoNet1.asp[^]
Regards R.Arockiapathinathan