Internally, I don't think there's a difference, it's just syntax. Fred
On Tue, Sep 11, 2012 at 10:39 PM, Jean MAURICE <[email protected]>wrote: > Le 12/09/2012 04:36, John Harvey a écrit : > > You might try using a statement like > > > > ...where (Date>=?startdate and date<=?enddate) > Going further : BETWEEN(date, start, end) is a VFP function, not a SQL > clause. > You should write > > WHERE date BETWEEN start AND end > > The Foxil > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAJCBksod+ZMq2cBLSKivD=d+z9juvmdqcickswrqdhyhmtw...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

