Re: Access Oracle SQL
- From: John Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Jul 2005 14:33:56 -0600
On Tue, 19 Jul 2005 10:31:02 -0700, Souris
<Souris@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I got following errors when I tried your suggest.
>
>SELECT * From MyTable
>WHERE MyField = To_Date(Format(Date(), "mm/dd/yyyy"))
>
>ORA-00936 ERROR
>
>SELECT * From MyTable
>WHERE MyField = "'" & Date() & "'"
>
>ORA-00933 ERROR
I'd suggest you repost, Souris - it's been years since I've used an
Access-Oracle link and I'm not coming up with any good ideas. I don't
have Oracle installed so I cannot help with the Oracle error numbers.
John W. Vinson[MVP]
.
- Follow-Ups:
- Re: Access Oracle SQL
- From: Souris
- Re: Access Oracle SQL
- References:
- Access Oracle SQL
- From: Souris
- Re: Access Oracle SQL
- From: John Vinson
- Re: Access Oracle SQL
- From: Souris
- Access Oracle SQL
- Prev by Date: RE: number of records per week
- Next by Date: Re: Just the record with the higest autonumber
- Previous by thread: Re: Access Oracle SQL
- Next by thread: Re: Access Oracle SQL
- Index(es):
Relevant Pages
|