Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting the recods from cursor
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Inserting the recods from cursor
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01283436
Message ID:
01283436
Vues:
64
I am inserting the records from cursor. but only one top record is inserting.



SELECT student.*, Level.*,exam.*;
FROM ;
student,exam ;
INNER JOIN level ;
ON Student.lcode = Level.code;
WHERE scode=thisform.scode.value and lcode=thisform.lcode.Value;
and sec=thisform.sec.value and admtd=1 AND exam.code=thisform.code.value INTO CURSOR examre1

zpath=path
zbex=bex_a
zmonth=Nmonth
zscode=scode
zlcode=lcode
zsec=sec
zexamcode=code_c

INSERT INTO examtran (ttpath,bex,nmonth,scode,lcode,sec,examcode);
values (zpath,zbex,zmonth,zscode,zlcode,zsec,zexamcode)
what is mistake?thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform