Archimedes wrote in message news:<506500000005000000D6060100-1042324653000@exchange.ni.com>...
> Is it possible the table you are doing a "Select" on contains Chinese
> characters? It's possible the driver you have selected does not
> support Chinese characters.
>
> One suggestion would be to open the database (or table) in Microsoft
> Access and do a quick visual inspection of it. You can check for the
> spelling of the "Serial" column and see if it contains any Chinese
> characters.
thank you for your suggestion.
I have checked the tabel,it contain no chinese characters,my tabel is
below:
serial DT efficiency pf stray
abc 2003-7-2 17:25:09 .02168 1202.556 12.5
I stored data in microsoft access database (.d
b file) and i use the
same SQL language,but get diffrent result,"microsoft JET 4.0 OLE DB
provider"can work,but "microsoft OLE DB provider for ODBC Drivers"
can't read,I don't why?
appreciation for any suggestion