[python-win32] Problems with adodbapi

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Oct 4 14:11:20 CEST 2011


Hi,

2011/10/4 Max Slimmer <max at 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


More information about the python-win32 mailing list