On Oct 1, 4:56 am, S=E9bastien de Mapias <sglrig...@[EMAIL PROTECTED]
> wrote:
> Hi,
> When you connect to a GT.M database you don't know, how
> can you
> - get the "catalog" of the globals this DB contains,
> - list their contents ?
>
> Sorry to compare with Oracle once again but, with this DBMS
> you can get the list of a schema's tables with
> SQL> select table_name from all_tables where owner=3D'<schema>'
>
> and see the contents of these tables with
> SQL> select * from schema.<table_name>;
> ("<table_name>" being every value the previous query returned you)
>
> Is there a notion of schema/owner of globas in GT.M ? If yes how
> (once again) can you list them ?
>
> In advance, *thanks*...
> Regards,
> S=E9bastien
[KSB] Depending on what level of detail you want, you can do a name
level $Order(), or a ZWRite from within MUMPS. With the utilities
mupip integ -full and mupip extract may be helpful. For GT.M
do***entation go to http://fis-gtm.com
and click on the User
Do***entation link.
Regards
-- Bhaskar
ks dot bhaskar at fnis dot com <-- note new domain name


|