Automatic table generation with IBDAC?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Bjarke_Moholt
Posts: 39
Joined: Thu 21 Nov 2013 12:51

Automatic table generation with IBDAC?

Post by Bjarke_Moholt » Fri 23 May 2014 13:29

I am using IBCLoader to import data from a dataset. The old importer I used (from BDE) automatically generated the target table in the database if a table with the given name didn't exist, and I'm wondering if similar functionality exists somewhere in the IBDAC package?

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Automatic table generation with IBDAC?

Post by PavloP » Mon 26 May 2014 14:12

Currently, IBDAC doesn't support such functionality. We will investigate the possibility to add this functionality in future.

Post Reply