Anyone know how I would run a sql query against a sql database using visual basic 2008? I already have all the binding sources and table adapters and whatnot setup. I'm already able to enter data into the database, but I don't know how to pass an actual sql query to the database and retrieve the results. Can anyone help me out?