Subject | Re: [IBDI] new IB data type error in Delphi 5 |
---|---|
Author | Paul Beach |
Post date | 2000-11-15T08:42:36Z |
I assume you are using the BDE to connect to the database from Delphi, not
the latest versions of IBO or IBX ?
As such it is probably because the BDE only supports dialect 1 for 6.0.
Dialect 1 being the 5.x syntax for Date and Time.
Dialect 3 however supports the new syntax for date and time for 6.0
As such you need to use connectivity s/w that understands dialect 3.
Regards
Paul Beach
Tel (UK):+44 (0) 1844 354465
E-mail: pabeach@...
www.ibphoenix.com
Select support, all_versions from InterBase.
the latest versions of IBO or IBX ?
As such it is probably because the BDE only supports dialect 1 for 6.0.
Dialect 1 being the 5.x syntax for Date and Time.
Dialect 3 however supports the new syntax for date and time for 6.0
As such you need to use connectivity s/w that understands dialect 3.
Regards
Paul Beach
Tel (UK):+44 (0) 1844 354465
E-mail: pabeach@...
www.ibphoenix.com
Select support, all_versions from InterBase.
----- Original Message -----
From: Eko Subagio <ekosbg@...>
To: <IBDI@egroups.com>
Sent: Sunday, November 19, 2000 8:11 AM
Subject: [IBDI] new IB data type error in Delphi 5
> i have try to use new interbase 6 data type ( DATE & TIME ).
> I create one table in database that have field
> Create testNewDataType (
> testDatefield DATE,
> testTimeField TIME
> )
>
> but it will produce error message in delphi that data type field
> cannot recognized in delphi 5.
>
> are there anyone have the solutions for this issues ?
>
> thanks
> Eko Subagio
>
>
>
> Community email addresses:
> Post message: IBDI@onelist.com
> Subscribe: IBDI-subscribe@onelist.com
> Unsubscribe: IBDI-unsubscribe@onelist.com
> List owner: IBDI-owner@onelist.com
>
> Shortcut URL to this page:
> http://www.onelist.com/community/IBDI
>
>