TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
shan nathan
NA
64
28.1k
Best Way to call stored procedure from c#
Mar 23 2015 2:17 AM
Hi there,
Hope all are fine....
Here i want to know some information from you. There are two ways to call stored procedure from c# (as far as i know).
1. create a commandtype.storedprocedure and assign sp name to that.
Then add parameter and call.
2. Create a command that contains (call sp_name(?,?,?)) and assign parameter value to '?' and execute.
I want to know which is best way means which will give fastest output return.... pls help me...
Thanks in advance...
Reply
Answers (
2
)
c# program to register student detail visual 2012
windows form