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
k_m_ken_zimmerman
NA
30
0
Debugging Parmeters when calling a stored procedure
Apr 6 2005 5:38 PM
All, I built a parameter list when calling a stored procedure. However. the system errors as if the first parm is being overwritten. The syntax used is as follows: c.Parameters.Add(new SqlParameter("@p_Curr_Year",SqlDbType.Int,4)); c.Parameters.Add(new SqlParameter("@p_HID",SqlDbType.Char,8)); I wish to pass an int followed by a comma and user string. Thanks
Reply
Answers (
4
)
Thread Synchronization
Empty all text boxes in VB .Net