Subject | RE: [IBDI] Iertbase 6 + paradox + Data pump... |
---|---|
Author | Helen Borrie |
Post date | 2000-05-30T15:21:23Z |
At 06:47 AM 30-05-00 -0700, you wrote:
says DATE is still supported. Is this a documentation bug, or has DATE
changed to be 'date only' (i.e. no time incorporated now)?
Helen
http://www.interbase2000.org
___________________________________________________
"Ask not what your free, open-source database can do for you,
but what you can do for your free, open-source database."
(J.F.K.)
>It looks like the problem is pretty simple. Your database is defined asI pondered this DATE thing, too, and checked the IB 6 documentation. It
>SQL dialect 3 -- and you are defining a "DATE" column. The message you
>get is the one that means "there is a conflict in the understanding of sql
>between dialect 1 and dialect 3" in something you've used.
>
>Your options are
>- Recreate the database as a dialect 1 database.
>- Use SQL dialect 3 exclusively (which may not be possible if you're using
>BDE)
>- Use TIMESTAMP instead of DATE (which you'ld have to do in sql dialect 3
>anyway).
>
>Hope this helps
>
>Dave
says DATE is still supported. Is this a documentation bug, or has DATE
changed to be 'date only' (i.e. no time incorporated now)?
Helen
http://www.interbase2000.org
___________________________________________________
"Ask not what your free, open-source database can do for you,
but what you can do for your free, open-source database."
(J.F.K.)