Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I talk to Access?
Message
From
11/08/2003 12:28:16
 
 
To
11/08/2003 11:19:24
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00818921
Message ID:
00818973
Views:
15
Hi Edward,

What is the "This" of which Startdate is a property? I suspect it is out of scope.

Try
ltStart = Dtot(This.Startdate)
CREATE SQL VIEW Temp_Agent_details CONNECTION arcview AS ;
	SELECT *;
 	FROM Agent_Details_001  ;
    	WHERE temp_agent_details.datetime = ?ltStart
pamela

>I am trying to talk to an Access backend. I know that the data that I am trying to use as a filter criteria is an Access datetime type and I know that I have to use "access-speak", but I don't know how to do this.
>
>Example: arcview is the ODBC connection to the Access database and Agent_Details_001 is the Access table. I store the date that I want to extract in this.startdate.
>
>CREATE SQL VIEW Temp_Agent_details CONNECTION arcview AS ;
> SELECT *;
> FROM Agent_Details_001 ;
> WHERE TTOD(temp_agent_details.datetime) = ?this.startdate
>
>
>How can I make this work?
>
>Thanks for your help.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform