Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is it possible if we change any data in excel sheet then automatically update sql server table?
Posted
Comments
Thanks7872 20-May-14 3:26am    
No.

1 solution

I believe the data sets retrieved from SQL Server are disconnection and therefore you need to write the changes back to the database. I would consider it extremely dangerous allowing the user direct access to the data with no intervening validation or controls.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900