Subject | Re: [IBO] Locate() not working correctly |
---|---|
Author | Joe Martinez |
Post date | 2004-02-04T00:18:58Z |
I'm using Dialect 1.
-Joe
At 03:39 PM 2/3/2004, you wrote:
-Joe
At 03:39 PM 2/3/2004, you wrote:
>I seem to remember a known issue with locating on integers under
>dialect 3 because they had changed the column type for integers
>internally to bigint when IB6 came in. tamaracka for 'Interbase
>bigint delphi' and you will find some reference to it.
>
>
>I had this and it drove me mad. I fixed it by changing my key fields
>to numeric(12,0) and it has worked since then... Perhaps not the
>most elegant but it worked...