Dear eGenix Team:

>>> import mx.DateTime
>>> import datetime
>>> md = mx.DateTime.Timestamp(1950,6,12,12,30,0)
>>> dd = datetime.datetime(1950,6,12,12,30,0)
>>> if md == dd: print 'It works!'
...
It works!

Thank you on behalf of  adodbapi users everywhere who's programs will no
longer mysteriously raise errors when they install mx Base (and, by default,
suddenly start getting SQL date-time values of an entirely different type).
--
Vernon Cole
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to