Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert date in sql server
Message
 
To
12/04/2006 13:18:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01113026
Message ID:
01113032
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform