From: | "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | <samuele(dot)brignoli(at)darpha(dot)com> |
Cc: | "pgsql-odbc" <pgsql-odbc(at)postgresql(dot)org>, <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: odbc error |
Date: | 2002-01-18 22:37:40 |
Message-ID: | EKEJJICOHDIEMGPNIFIJGEFJGIAA.Inoue@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-odbc |
> -----Original Message-----
> From: Samuele Brignoli
>
> When trying to execute this :
>
> select select DOC_MAST.MVNUMREG,DOC_MAST.MVDATREG from TESTDOC_MAST
> DOC_MAST where DOC_MAST.MVNUMDOC = 57 AND DOC_MAST.MVSERIAL <>
> '0000000343'
> AND DOC_MAST.MVALFDOC = ' ' AND EXTRACT(YEAR FROM DOC_MAST.MVDATDOC) =
> EXTRACT(YEAR FROM {d '2001-11-26'}) AND DOC_MAST.MVPRD = 'DV' AND
> DOC_MAST.MVANNDOC = '2001'
>
> with psqlodbc 7.01.00.09, it sends me an error 'cause the type casting {d
> '2001-11-26'} doesn't work.
Are you getting the following error ?
ERROR: Function 'date_part(unknown, unknown)' does not exist
Unable to identify a function that satisfies the given argument
types
You may need to add explicit typecasts
regards,
Hiroshi Inoue
From | Date | Subject | |
---|---|---|---|
Next Message | young | 2002-01-19 02:10:30 | A Chinese handling bug |
Previous Message | Bruce Momjian | 2002-01-18 20:46:21 | Re: libpq not reentrant |
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2002-01-18 22:37:46 | Re: Problems with Visual Basic |
Previous Message | Bruce Momjian | 2002-01-18 18:12:19 | Re: Rep:Re: Error Writing/Reading Encrypted Values |