Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL into one and 'A' before 0
Message
De
29/05/2003 14:06:20
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00794037
Message ID:
00794081
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
Hi Edgar,
Select contact, eligarea, groupnum, groupname, IIF(ASC(contact)>64, CHR(0)+contact,CHR(1)+contact) as contactord from modicomm ;
WHERE NOT DELETED() ORDER BY 5 INTO CURSOR TempC

Copy FIELDS contact, eligarea, groupnum, groupname to C:\Temp\vsamnew.txt Type SDF
or
SELECT 0

USE modicomm AGAIN ALIAS TempC

INDEX ON IIF(ASC(contact)>64, CHR(0)+contact,CHR(1)+contact) FOR NOT DELETED() TAG SDFOrder

Copy FIELDS contact, eligarea, groupnum, groupname to C:\Temp\vsamnew.txt Type SDF

DELETE TAG SDFOrder
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform