Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL passthrough - return date field
Message
De
16/09/2005 12:09:39
 
 
À
16/09/2005 10:56:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
01050260
Message ID:
01050326
Vues:
31
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.)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform