Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert while scan
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Insert while scan
Divers
Thread ID:
00488698
Message ID:
00488698
Vues:
27
I would like to copy a set of records but change the key when
inserting them.
select employee
scan for employee.empid=1234
  insert into employee(empid,task);
     values (NewEmpId,employee.task)
endscan
I can't make this work. It appears to get stuck in a loop.
What am I doing wrong?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform