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
Edward
NA
3
0
Overload Method Error
Nov 3 2009 10:52 AM
Hi, I am trying to build a simple program that keeps track of a list of print cartridges.
I am using C# express and SQL server express.
I have a query called 'Insert Query' which when I run it in the SQL wizard returns the correct rows.
However when I then attempt to integrate the query into the code as I have with many of my other queries I get the following error.
'No overload for Method 'InsertQuery' takes '1' argument'
My code looks like this
this.ordersTableAdapter.InsertQuery(this.orderDataSet.Orders);
This code is on a secondary form to my main form if that makes any difference?
Am I doing something very dopey here? Any help appreciated
Thanks
Reply
Answers (
3
)
how to read SWF in C#
running CommandPrompt from a Windows Service