Hi,

is there somebody around to tell me how to structure a query to select a
time period from a dBase table using dBase date fields?

I don't know how to convert a date string in PHP so dBase can interpretate
it.

In clipper for instance one may use date-to-string dtos() or string-to-date
stod()

Query should look like this:

$qry = select * from TABLE where date >= "?????"

Ralf



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to