Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP to Access Again
Message
 
À
01/05/2008 15:05:20
Dave Nantais
Light speed database solutions
Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Divers
Thread ID:
01314382
Message ID:
01314604
Vues:
8
>Because of the fonts used on the UT its a bit hard to read the code and the nested quotes....
>therefore I've posted the same code but spaced out so its more easily readable.
>
>lnResult = ;
>SQLEXEC(lnHandle, "INSERT INTO accounts " + ;
>"(pswd) VALUES ( 'ExactPassword' ) "
>
>m.lcMyInsertCommand = ;
>" INSERT INTO accounts (pswd) VALUES ' " + m.lcMyPassword + " ' ) "
>
>lnResult = SQLEXEC(lnHandle , m.lcMyInsertCommand )
>
>let me know how well this technique works :)
>
>Dave.

Dave, try the < pre > and < /pre > tags (without the extra spaces) in your reply. They cause the text to be displayed in a monospaced (non-proportional) font which is most useful for code.
Randy Bosma
VFP - Because life is too short to code in something else...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform