Page 1 of 1

Asserion failure in OLEDBAccess

Posted: Thu 03 Feb 2011 13:46
by rcgeosphere
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 ?

Posted: Thu 03 Feb 2011 15:29
by AndreyZ
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.

Posted: Thu 03 Feb 2011 15:57
by rcgeosphere
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

Posted: Fri 04 Feb 2011 13:34
by AndreyZ
I cannot reproduce the problem. Please try composing a small sample to demonstrate the problem and send it to andreyz*devart*com.