I am setting up a DTS package that will pull records from a FoxPro free table directory and import them into a SQL Server 7.0 database. However I have a query that I want to use to specify which data to pull over. I want to be able to pull only the data for the last week. From what I have learned so far the SQL is based on FoxPro because that is what the source is.
What I need to know is how to manipulate dates in foxpro. In VB or SQL Server I could say something simple like: Between Date()-7 and Date(). But In FoxPro this doesnt work and I cant seem to find the right FoxPro syntax.
Can anyone help?
What I need to know is how to manipulate dates in foxpro. In VB or SQL Server I could say something simple like: Between Date()-7 and Date(). But In FoxPro this doesnt work and I cant seem to find the right FoxPro syntax.
Can anyone help?