Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert date in sql server
Message
 
À
12/04/2006 13:18:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01113026
Message ID:
01113032
Vues:
18
>i want to do a insert in a table with sqlexec
>
>table test
>
>field : tr_date,tr_currency
>
>
>i got an error when i do that
>
>"insert into table test (tr_date,tr_currency,tr_rate) values (" + date()+",'"+l_cur+"')"
>
>
>and i know is about the date()
SQLEXEC(sqlhandler,"insert into table test (tr_date,tr_currency) values (date(),l_cur)")
field : tr_date,tr_currency
what is tr_rate
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform