Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6939675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:39:09+00:00 2026-05-27T12:39:09+00:00

In VS 2010 I defined a datasource/dataset using the builtin wizards. Then my form

  • 0

In VS 2010 I defined a datasource/dataset using the builtin wizards.

Then my form load method has the following code:

this.specialTableAdapter.Connection.ConnectionString = "..top secret..";
this.dataDataSet.customerTable.Select("customer_name like 'atwood%' "); 
this.specialTableAdapter.Fill(this.dataDataSet.customerTable);

The problematic line is the 2nd one where I try to ‘Select’ against a table in the dataset. Do I need to assign the selected values to a new datatable and then assign the new datatable to the tableAdapter?

UPDATE1:

The SELECT statement does not work correctly. The missing piece is the BindSource!

this.specialTableAdapter.Connection.ConnectionString = "..top secret..";
this.specialBindingSource.Filter = "customer_name like 'atwood%' ";
this.specialTableAdapter.Fill(this.dataDataSet.customerTable);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:39:09+00:00Added an answer on May 27, 2026 at 12:39 pm

    The SELECT statement does not work correctly. The missing piece is the BindSource!

    this.specialTableAdapter.Connection.ConnectionString = "..top secret..";     
    this.specialBindingSource.Filter = "customer_name like 'atwood%' ";     
    this.specialTableAdapter.Fill(this.dataDataSet.customerTable); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Following is excerpted from vs 2010 map implementation, this member function is defined in
I've decided to follow suit with the namespacing method defined in this article: http://enterprisejquery.com/2010/10/how-good-c-habits-can-encourage-bad-javascript-habits-part-1/
For reference, I'm using Visual Studio 2010. I have a custom build step defined
I have a Delphi 2010 ADO program that has a DBGrid. Its dataset selects
I have a navigation menu defined in visual web developer 2010 express using a
I'm using VS 2010 with C# for a Windows Form application. I need to
My application is written using : Embarcadero Delphi 2010 I have a form named
According to the Haskell 2010 report , init is defined as the following: init
As per the following article, I have defined my service contract as http://blogs.msdn.com/b/endpoint/archive/2010/11/13/simplified-asynchronous-programming-model-in-wcf-with-async-await.aspx [ServiceContract]
Using Microsoft Excel 2010, if have a range (in my case, a name defined

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.