Re: [Tutor] Second attempt convert DateTimeTyep to datetime.datetime

2006-11-10 Thread Luke Paireepinart
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_

[Tutor] Second attempt convert DateTimeTyep to datetime.datetime

2006-11-10 Thread johnf
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