This statement returns all the fields and all the rows from the table specified.
SELECT * FROM tablename
When invoked by means of the Open method, this statement returns exactly the same as tablename would. In other words, it causes tablename to be opened with all fields and all rows available.
One of the following error values can be returned: