Asserion failure in OLEDBAccess
Posted: 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 :
While in one program that query works fine, in another program, on the same database, I get this error message :
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'
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 ?Assertion failure (D:\Projects\Delphi\Dac\SqlServer\Source\OLEDBAccess.pas, ligne 2359)