Is there any function available to find # of tables in the DBC or how to
find each table in DBC. Reason I need this is, I have to change size of
particular field in all table in database.

Re: Is there any functions to find # of tables in DBC? by Dan

Dan
Thu Mar 24 16:57:26 CST 2005

ADBObjects(laArray,"TABLE")

Dan

Sunny wrote:
> Is there any function available to find # of tables in the DBC or how
> to find each table in DBC. Reason I need this is, I have to change
> size of particular field in all table in database.



Re: Is there any functions to find # of tables in DBC? by Sunny

Sunny
Thu Mar 24 17:14:05 CST 2005

Thanks Dan.
"Dan Freeman" <spam@microsoft.com> wrote in message
news:O3WqaTMMFHA.3616@TK2MSFTNGP09.phx.gbl...
> ADBObjects(laArray,"TABLE")
>
> Dan
>
> Sunny wrote:
> > Is there any function available to find # of tables in the DBC or how
> > to find each table in DBC. Reason I need this is, I have to change
> > size of particular field in all table in database.
>
>