Executing an SQL command - Knowledge Is Free

Latest

Computer Tips, Tricks & Hacks.

BANNER 728X90

Wednesday 11 December 2013

Executing an SQL command



To execute an SQL command you should do the following.


1.Create a command object and set a command text.
2.Bind input parameters.
3.Execute the command.
4.Processing output parameters and result set.


No comments:

Post a Comment