Subject Re: [IBO] How to check if a table exists?
Author Lucas Franzen
Jason Wharton schrieb:
>
> Paul,
>
> > How can I check if a table exists? I'm using native IBO. I suppose I
> could
> > execute a query to see if it exists in a system table, but I want to know
> if
> > there is another easier way.
>
> You might access the TableNames property of the connection's SchemaCache
> property.

Thanks that you reminded me - this looks neater than my two dirty
trials....

*g*

Luc.