I have created a Query in TableAdapter Query Configuration Wizard.
How do I use this query in my program?
It works fine when I see the Preview Data.
Save as CommunityQuery
Added CommunityQueryTableAdapter to my Form.
I'm hoping to populate a Combobox collection with the result of the Query.
Thank you,
How do I use this query in my program?
It works fine when I see the Preview Data.
VB.NET:
Select Distinct community from Property"
Added CommunityQueryTableAdapter to my Form.
I'm hoping to populate a Combobox collection with the result of the Query.
Thank you,