R
Ryan Scott
Hi,
When I run a query against an access database and the default date for
my date/time field is 12/30/1899 the application crashes. Changing this
to a different date like 03/03/2003 works.
The output of the query when returned as a list is as follows:
[571, u'DE8', <PyTime:10/2/2003 12:00:00 AM>, <PyTime:12/30/1899 1:05:51
PM>, 0.
079999998211860657, u'1 - Litter in sample', u'', False, 10.0, 0.0]
When I try to print item 4 (list[3]) of the list, the application stops
and I get a "Send Error Report" in Windows XP.
I am using python 2.3.3 and the win32all-163 extension.
Thanks
Ryan
When I run a query against an access database and the default date for
my date/time field is 12/30/1899 the application crashes. Changing this
to a different date like 03/03/2003 works.
The output of the query when returned as a list is as follows:
[571, u'DE8', <PyTime:10/2/2003 12:00:00 AM>, <PyTime:12/30/1899 1:05:51
PM>, 0.
079999998211860657, u'1 - Litter in sample', u'', False, 10.0, 0.0]
When I try to print item 4 (list[3]) of the list, the application stops
and I get a "Send Error Report" in Windows XP.
I am using python 2.3.3 and the win32all-163 extension.
Thanks
Ryan