when I use OleDBDataAdapter with arguments (Command, Connection) my command is always "SELECT * FROM tableName".
then I use DataAdapter.Fill(myDataSet)
how can i use it to fill from the whole Database and not just the one table i specify in the command string?