Val
Wed Apr 21 22:22:09 CDT 2004
Hi Sam,
You could query system tables. but if you want to be generic, then use
OpenSchema method if ADO or GetOledbSchemaTable method if ADO.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;309488
--
Val Mazur
Microsoft MVP
"Sam Johnson" <anonymous@discussions.microsoft.com> wrote in message
news:6E8AF8A0-6818-400D-AFAB-A1387201F54B@microsoft.com...
> Hi,
>
> how can I test if a specific table on an SQL- Server (that I'm connected
> to) exists or not?
>
> Thanks
> Sam