Re: DbiDate object

2007-05-29 Thread revuesbio
database, odbc returns > > something called a DbiDate object. > > ex :>>> x=data[0][2] > > > >>> print x > > > Fri Apr 20 07:27:45 2007 > > > I would like to select columns where datetime ("DbiDate column") is > > > yester

Re: DbiDate object

2007-05-28 Thread Frank Millman
On May 29, 12:51 am, revuesbio <[EMAIL PROTECTED]> wrote: > Hi all > > I am using odbc to connect to Microsoft Access DB. When I send a > request with a datetime column from the database, odbc returns > something called a DbiDate object. > ex :>>> x=data[0][2]

DbiDate object

2007-05-28 Thread revuesbio
Hi all I am using odbc to connect to Microsoft Access DB. When I send a request with a datetime column from the database, odbc returns something called a DbiDate object. ex : >>> x=data[0][2] >>> print x Fri Apr 20 07:27:45 2007 I would like to select columns where datetim