TIBCQuery: Error by Select of Procedure

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
imeyer
Posts: 9
Joined: Mon 01 Mar 2010 16:24

TIBCQuery: Error by Select of Procedure

Post by imeyer » Tue 20 Apr 2010 11:02

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 ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 20 Apr 2010 11:49

Please, try to download the latest IBDAC build (3.10.0.13) and check if this problem still exists.

imeyer
Posts: 9
Joined: Mon 01 Mar 2010 16:24

Post by imeyer » Tue 20 Apr 2010 12:30

also with the new version the problem still exists

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 20 Apr 2010 14:16

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.

Post Reply