Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TagIsUnique() ????
Message
De
14/05/1998 01:02:07
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
14/05/1998 00:19:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00099305
Message ID:
00099311
Vues:
21
>How can I tell if an index tag is Unique? Also, the SYS(2021) function to return the FOR clause doesn't seem to work...
>
>what am I doing wrong???
>
>thanks
Larry,
This is from my dictionary creator. Hope it helps
select (dbname)
for tg=1 to tagcount()
 insert into dbftags values ;
	(dbname,tag(tg,dbname),;
	key(tg,dbname),IIF(EMPTY(ALLTRIM(sys(2021,tg,dbname))),;
        "",ALLTRIM(sys(2021,tg,dbname))),;
	descending(tg,dbname),unique(tg,dbname)) 
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform