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

java - Cast from Object to List<String>: CastClassException -

How to set a border for android Imageview in Longpress? -

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