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
|
Comment on
Re: Re: DBI recipes
Download Code | |
|---|---|
| Re^3: DBI recipes by EdwardG (Vicar) on Oct 14, 2005 at 08:08 UTC |