Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL passthrough - return date field
Message
From
16/09/2005 12:09:39
 
 
To
16/09/2005 10:56:31
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01050260
Message ID:
01050326
Views:
25
Using Remote View or CursorAdapter object, you can convert DateTime to Date.
LOCAL oCA as CursorAdapter
oCa=NewObject("CursorAdapter")
oCa.DataSourcetype ="ODBC"
oCa.dataSource= SqlConnect(...)
oCa.SelectCmd="Select invoicedate, customer from invoicedate"
oCa.CursorSchema= "invoicedate d, customer c(10)"
oCa.cursorFill(.t.)
Previous
Reply
Map
View

Click here to load this message in the networking platform