Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Insert command prompting for value
Message
De
07/06/2006 18:56:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SQL Insert command prompting for value
Divers
Thread ID:
01127719
Message ID:
01127719
Vues:
50
When I run the following code, it prompts me for the values for the filingid and
envno. How can I avoid this?

m.filingid = v_doc_lines.filing_id
m.envno = v_doc_lines.env_no

sqlEXEC1 = SQLEXEC(ras2Conn12, "INSERT INTO ras2_filing (filing_id, env_no, ;
Values(?m.filingid, ?m.envno,)")

Thanks
Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform