MS Access Text(1) data type

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
arusoft
Posts: 45
Joined: Thu 06 Sep 2012 20:19

MS Access Text(1) data type

Post by arusoft » Thu 06 Feb 2014 14:27

We have a ms access table in following format.
CREATE TABLE TestTable ([f1] long,[f2] text(200),[f3] long,[f4] text(1),[f5] text(1),[f6] text(1),[f7] text(1),[f8] text(4),[f9] text(1),[f10]text(1),[f11] text(1))

I has 300 rows and data in all the columns.

But when I use TuniConnection & TUniQuery , I only get data in first 4 columns.

I think uniQuery is not able to handle fields of type text(1) properly. It is able to show the first field of type text(1). There after its not showing data for columns of any data type.

Please advice.

Thank you.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: MS Access Text(1) data type

Post by AlexP » Thu 06 Feb 2014 15:22

Hello,

We cannot reproduce the problem - data from your table is displayed in all the columns. Please try to reproduce the problem on the latest UniDAC version 5.2.5

arusoft
Posts: 45
Joined: Thu 06 Sep 2012 20:19

Re: MS Access Text(1) data type

Post by arusoft » Fri 07 Feb 2014 21:17

Thanks for the update.I will update & let you know. But right now we are using 4.6.11.

Regards.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: MS Access Text(1) data type

Post by AlexP » Mon 10 Feb 2014 11:43

Yes, indeed, this problem is reproduced in old UniDAC versions, however, in the latest UniDAC version 5.2.5, data is displayed correctly in all the fields.

arusoft
Posts: 45
Joined: Thu 06 Sep 2012 20:19

Re: MS Access Text(1) data type

Post by arusoft » Thu 13 Feb 2014 22:19

Looks like we need to buy upgrade to get latest version. We are in process of doing that. Will update once I test again with latest version.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: MS Access Text(1) data type

Post by AlexP » Fri 14 Feb 2014 12:07

If you encounter any issues with the latest UniDAC version, please contact us again.

arusoft
Posts: 45
Joined: Thu 06 Sep 2012 20:19

Re: MS Access Text(1) data type

Post by arusoft » Sat 22 Feb 2014 18:51

So we upgraded to latest uniDac and this is looking much better.

Thank You.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: MS Access Text(1) data type

Post by AlexP » Mon 24 Feb 2014 11:03

You are welcome. Feel free to contact us if you have any further questions about UniDAC.

Post Reply