Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum alias length for cursor....
Message
De
02/12/2002 12:48:56
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00728658
Message ID:
00728688
Vues:
15
>Anyone know the answer and where it is documented?

All the docs I need:
i=0
cAlias="Alias_7890"
DO while .t.
	i=(i+1)%10
	ci=Transform(i)
	cAlias=cAlias+ci
	Create Cursor (cAlias) (dum i)
	? Len(cAlias), Len(Alias())
	If not Lower(Alias())==Lower(cAlias)
		Cancel
	EndIf
endd
Works to a length of 254, breaks with "Invalid path or file name."

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform