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
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]
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