johnf wrote:
> Hi,
>
> I'm using FreeTDS (MS SQL database access lib) and for datetime fields it
> returns a type 'DateTimeType'. I need it in type 'datetime.datetime'. There
> is very little in the form of a tutorial that explains what I need to do.
>
if a datetimetype object has a __str_
Hi,
I'm using FreeTDS (MS SQL database access lib) and for datetime fields it
returns a type 'DateTimeType'. I need it in type 'datetime.datetime'. There
is very little in the form of a tutorial that explains what I need to do.
Can someone help me with this issue.
John