[freetds] DBD::ODBC and $dbh->table_info()
James K. Lowden
jklowden at freetds.org
Tue Aug 7 23:32:31 EDT 2007
Daniel Kasak wrote:
> I'm after a list of table names.
select name
from sysobjects
where type = 'U' -- user table
sp_tables should work, too.
HTH.
--jkl
More information about the FreeTDS
mailing list