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
ram zy
NA
76
19.6k
making relationships
May 5 2013 10:16 AM
string insCmd = "insert into Registeration(UserName, Password, EmailAddress, Gender) values('" + TextBox_UN.Text + "','" + TextBox_P.Text + "','" + TextBoxEA.Text + "','" + DropDownList_G.Text + "','" + "')"; and my bd has the same number of columns but shows error There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statemen
Attachment:
ramsha.rar
Reply
Answers (
11
)
In Sql ctrl-space is not working
SQL Server - Pivot