Converting SQL Server data types.

Steven Taschuk staschuk at telusplanet.net
Tue Mar 4 20:43:34 EST 2003


Quoth Gerhard Häring:
> sismex01 at hebmex.com wrote:
  [...]
> >     (0, 1364570710)
  [...]
> > when it should in fact read as:
> > 
> >     136457.0710
  [...]
> If t is the tuple, t[1] * 10000.0 will work for this particular sample 
> tuple.

Er, t[1] / 10000.0, surely.

-- 
Steven Taschuk                             staschuk at telusplanet.net
"I may be wrong but I'm positive."  -- _Friday_, Robert A. Heinlein





More information about the Python-list mailing list