I'm having problems trying to enumerate all of the tables in an access file. I'm currently using an OleDbConnection to connect and can't seem to find a way to get the table names. Any suggestions?

NOTE: It's my first time programming with databases so I don't know if I should be using ADO or ODBC or OleDB. Any advice on the differences here too would be great.