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
Matthew Rodwell
NA
46
1.5k
how can i get the property name of the current field i am on
Sep 18 2020 4:54 AM
Is there a way i can get the NAME of the field from the field i am on so to use in a say sql question.
SqlCommand cmd1 =
new
SqlCommand(
"exec [vfp_en_ord_ins_ord] @ident,@item,@value"
, con);
cmd.Parameters.AddWithValue(
"@ident"
, ORNUMB.Text);
cmd.Parameters.AddWithValue(
"@item"
, NAME OF FIELD);
cmd.Parameters.AddWithValue(
"@Value"
,FIELDNAME.value
SqlDataReader sReader = cmd.ExecuteReader();
Reply
Answers (
2
)
how to introduced loading bar on game
ASCII String to HEX