Hi,

2011/10/4 Max Slimmer <m...@slimmersoft.com>:
> I am trying to access a sqlbase database, In the past I had no problem, but
> after re-installing python and win32 etc and therefore getting latest
> version of adodbapi I get the following symptom

You did not tell us what the symptom is...

> A second problem with a different (foxpro) database, is field type 131 
> adDBDate
> is getting converted to a datetime and the value returned is
> datetime.datetime(yyyy, MM, dd, hh, mm) I would prefer to get datetime.date
> objects,

I find datetime objects often easier to use. Can you call the .date() method?

-- 
Amaury Forgeot d'Arc
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to