I want to run insert statement to add data in sql table using C# .net form. I want to know that which way is better from following two?
1) directly using stored procedure with sql commands
2) via web service which then calls stored procedure
I want to run insert statement to add data in sql table using C# .net form. I want to know that which way is better from following two?
1) directly using stored procedure with sql commands
2) via web service which then calls stored procedure