http://qs321.pair.com?node_id=284488


in reply to Re: DBI recipes
in thread DBI recipes

DBD::Sybase supports the tables() method.

However, this relies on the existence of the sp_tables stored procedure, which I know exists in most recent versions of Sybase (i.e. 11.x and later), but I don't know if MSSQL has it.

Michael

Replies are listed 'Best First'.
Re^3: DBI recipes
by EdwardG (Vicar) on Oct 14, 2005 at 08:08 UTC
    For the record, sp_tables exists in MSSQL versions 7, 2000, and as at 2005-10-14, also in the MSSQL 2005 CTP.