Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I talk to Access?
Message
De
12/08/2003 04:36:01
Edward Crawford
City Facilities Management
Glasgow, Royaume Uni
 
 
À
11/08/2003 12:29:37
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00818921
Message ID:
00819276
Vues:
19
I think the problem is that Access does not recognise the TTOD() function. The event_date_time Access field is a datetime field, but I want to extract all records for a specific date. So when I use

CREATE SQL VIEW Temp_Agent_details CONNECTION arcview AS ;
SELECT *;
FROM Agent_details_001 ;
WHERE TTOD(Agent_details_001.event_date_time) = DTOC("06/06/2003")

and Use Temp_agent_details I get the error ODBC Connectivity Error undefined function TTOD in expression. If I use REQUERY("Temp_agent_details") or REQUERY("arc!Temp_agent_details") I get Alias not found even though I can see it in the database
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform