Search
Articles
FAQs
Login
All Questions
New Question
C# .NET - Changes in Multiple Tables in Database??
Asked By
devender
on 13-Jul-12 01:30 AM
I want to make changes in multiple tables in the database from C# windows forms?????
So How can I make these changes from the .NET windows forms??????
Jitendra Faye
replied to
devender
on 13-Jul-12 08:46 AM
yes you can write different update statements and you can execute those statement using Command object in .net.