Given an environment in which there are multiple open dbc's and open tables.
Is there a simple way to get from an alias back to the name of the dbc the
underlying table belongs to without iterating through adatabases() and
adbobjects()?
-Lew

Re: How to get the dbc name for an open table by Michel

Michel
Tue Oct 02 13:05:07 PDT 2007

cursorgetprop("database", your_alias_to_test)

--
Michel Lévy
Communauté Francophone des Professionnels FoxPro
Pour un développement durable...
http://www.atoutfox.org
--
"Lew" <Lew@discussions.microsoft.com> a écrit dans le message de news:
BC1081CF-2789-48EC-B10C-C6C72E7784DA@microsoft.com...
> Given an environment in which there are multiple open dbc's and open
> tables.
> Is there a simple way to get from an alias back to the name of the dbc the
> underlying table belongs to without iterating through adatabases() and
> adbobjects()?
> -Lew