Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INSERT INTO Statement
Message
De
30/10/1996 22:12:05
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
INSERT INTO Statement
Divers
Thread ID:
00011186
Message ID:
00011186
Vues:
84
thisform.page1 is the data entry page with textboxes and combo boxes and a save button that contains the following statement :

INSERT INTO course (cid, c_title, semester, year)
VALUES (thisform.page1.cid, thisform.page1.c_title, thisform.page1.semester, thisform.page1.year)

Everytime I run it, it will tell me "Property CID not found". cid is the primary key for my course table and there is a textbox on the form named "cid". I just want to insert that value on the textbox to the table.

Why is CID not found? Any idea?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform