Asserion failure in OLEDBAccess

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rcgeosphere
Posts: 2
Joined: Thu 03 Feb 2011 13:28

Asserion failure in OLEDBAccess

Post by rcgeosphere » Thu 03 Feb 2011 13:46

I am using UniDAC components version 3.00.
while opening a TuniQuery with the following query on a SQL Server 2008 database :

Code: Select all

SELECT sys.objects.name AS TABLENAME
FROM sys.objects
WHERE sys.objects.type= 'U'
While in one program that query works fine, in another program, on the same database, I get this error message :
Assertion failure (D:\Projects\Delphi\Dac\SqlServer\Source\OLEDBAccess.pas, ligne 2359)
Knowing that either that unit nor that path exist on my computer, I suppose this error comes from a Devart unit. Does anyone know what this can mean ?

AndreyZ

Post by AndreyZ » Thu 03 Feb 2011 15:29

Hello,

Please specify the exact version of UniDAC. You can see it in the About sheet of TUniConnection Editor.
Also please try reproducing this problem with the latest UniDAC version 3.60.0.15.

rcgeosphere
Posts: 2
Joined: Thu 03 Feb 2011 13:28

Post by rcgeosphere » Thu 03 Feb 2011 15:57

Thank you for your answer
AndreyZ wrote:Please specify the exact version of UniDAC. You can see it in the About sheet of TUniConnection Editor.
3.00.0.11
AndreyZ wrote:Also please try reproducing this problem with the latest UniDAC version 3.60.0.15.
With my 3.00 license, I am not sure I have access to 3.60 downloads

AndreyZ

Post by AndreyZ » Fri 04 Feb 2011 13:34

I cannot reproduce the problem. Please try composing a small sample to demonstrate the problem and send it to andreyz*devart*com.

Post Reply