This statement returns all the fields and all the rows from the specified table.
SELECT * FROM tablename
tablename
The name of the table from which to retrieve data.
One of the following error messages can be returned:
When invoked by the Open method, this statement returns the same recordset that tablename would. In other words, it causes a table to be opened with all fields and all rows available.