Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLEXEC - INSERT INTO syntax question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00599449
Message ID:
00599456
Views:
20
Thanks Sergey. I didn't think it would be that simple.

>>Now, I want to do the same thing with datetime and numeric fields. How would I handle inserting records with those data types using SQLEXEC?
>The datetime value in SQL Server is represented by a character string.
...
>strSQL = strSQL + Transform(lnNumber) + ", "
>strSQL = strSQL + "'" + DTOC(ldDate) + "', "
>strSQL = strSQL + "'" + TTOC(ltDatetime) + "', "
>...
>
Al Williams

Anola MB, CANADA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform