Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing date fields
Message
 
 
To
28/11/2005 16:26:33
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01072614
Message ID:
01072615
Views:
11
The SPT parameters work best but you can also use TEXTMERGE
vardate=date(2005,1,10)
sql = "update dates set dat1= ?vardate where code=1"
lnRetVAl = SQLEXEC(..., sql")
>Hi, i just need to know what's the best way to change a date field on sql server even any other db.
>vardate=date(2005,1,10)
>i use something like sql="update dates set dat1={"+dtoc(vardate)+"} where code=1" but some databases like db2 this changes to: sql="update dates set dat1='"+dtoc(vardate)+"' where code=1" the { changes to ' there is a generic way to do this?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform