Ok, i figured out the data wizard in C++ 2005 and it was able to generate a DataAdapter and a TableAdapter and I am able to pass any query I want with it. Problem is, how do I pass a value from what a user selects in a form control and push it into a query and pull the results back out in 2005? I am not sure of the structure they have here.
If any good examples are out there, I would appreciate it since I am unable to find any using searches as Visual C++ 2005, DataAdapter, OLE, ADO, TableAdapter, etc.