c# - using stored procedure or web service -


i want run insert statement add data in sql table using c# .net form. want know way better following two?

1) directly using stored procedure sql commands

2) via web service calls stored procedure

directly using stored procedure sql commands reason request goes directly sql server in precompiled form


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -