CreateMetaData fails with "indexcolumns" kind on SQL CE

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jaska45
Posts: 28
Joined: Fri 23 Dec 2005 03:55

CreateMetaData fails with "indexcolumns" kind on SQL CE

Post by jaska45 » Sat 11 Feb 2012 11:43

I updated to newest UniDac (28.12.2011) and now above fails. In the previous version is worked but now OLEDB error is raised.

var
meta: TDAMetaData;
begin
meta := connection.CreateMetaData;
meta.Kind := "indexcolumns";
...
meta.Open
>>> This fails and OLEDB error is raised.

Jaska

AndreyZ

Post by AndreyZ » Mon 13 Feb 2012 09:47

Hello,

Thank you for the information. We have reproduced the problem and investigation of the problem is in progress. As soon as we have any results we will let you know.

AndreyZ

Post by AndreyZ » Fri 02 Mar 2012 14:46

This problem is fixed in the latest UniDAC version 4.1.5 .

Post Reply