Re: Ctrl+F in MsAccess table is very slow - Mailing list pgsql-odbc

From Arnaud Lesauvage
Subject Re: Ctrl+F in MsAccess table is very slow
Date
Msg-id 4603CD39.3010108@laposte.net
Whole thread Raw
In response to Re: Ctrl+F in MsAccess table is very slow  (David Gardner <david.gardner@yucaipaco.com>)
Responses Re: Ctrl+F in MsAccess table is very slow  (David Gardner <david.gardner@yucaipaco.com>)
List pgsql-odbc
David Gardner a écrit :
> Try this with and without the Declare/Fetch option checked. Also this
> may be a situation where you may have an index on your varchar field,
> yet Access doesn't know about it.
>
> Also what datatype does Access think the field is? I have run into
> problems where Access will think the text datatype is a Memo field (FAQ
> 6.5 & 6.6). While on the subject of Access being weird is either your
> index field or the codelocalite field declared as int8(bigint)?

Hi David,

Turning on or of UseDeclareFetch apparently makes no difference.
But you are right that the field is indexed and that Access doesn't know about it (probably because the linked table is
aview, not a real table ?). 

Apart from that, the field is a varchar and Access sees it as such, and codelocalite is an int4 field, so I think
everythingis fine here. 

Regards,
--
Arnaud

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Erro on the latest version
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1001827 ] Error when updating a TIMESTAMP column with NULL using ADODB