I am trying to connect to a ms sql server database and a ms access database and then display the information on the screen using a windows form. I try connect to the database in the server explorer window and then I get a sqlconnection and the sqladapter and then I create a dataset with that adapter and then I put take that dataset and put it on a datagrid but when I debug the program nothing shows up. The dataset is fill with the correct information from my query but it won't show up. Am I doing it wrong.
Also I was trying to use the ADODC Control and I don't know how to get the query and display the information.
PLEASE HELP. Thank you in advance.