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. Read more
No comments:
Post a Comment