Page 1 of 1

TIBCQuery: Error by Select of Procedure

Posted: Tue 20 Apr 2010 11:02
by imeyer
Hello

i am using a THIBCQuery to sending a select on a database procedure which looks like this

select * from VT_VK_MELDUNG(null,'','', '','70948',200701,200703, null, null,null) order by VT_NUMMER ,KOSTENTRAEGER


And i get an error message : "EAssertionFailed:TableName cannot be empty (D:\Borland\IbDac for Delphi 2006\Source\IBCClasses.pas, Zeile 5682):"

if i modify the select like this:

select * from VT_VK_MELDUNG (null,'','', '','70948',200701,200703, null, null,null) order by VT_NUMMER ,KOSTENTRAEGER

it works a just add a blank between "VT_VK_MELDUNG (" procedure name and the starting breaked

Do you have any idea to this ?

Posted: Tue 20 Apr 2010 11:49
by Dimon
Please, try to download the latest IBDAC build (3.10.0.13) and check if this problem still exists.

Posted: Tue 20 Apr 2010 12:30
by imeyer
also with the new version the problem still exists

Posted: Tue 20 Apr 2010 14:16
by Dimon
I can not reproduce the problem.
Please try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com, including script to create database objects.