How to export a query to another database?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alexhaifa
Posts: 18
Joined: Thu 29 May 2014 12:48

How to export a query to another database?

Post by alexhaifa » Tue 10 Mar 2015 16:47

Hello,

How can I export a query from my IBCQuery to access database, excel or csv?
is there any component that I can do that? Today I use Basic IBDAC components.

thanks
Alexandre

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: How to export a query to another database?

Post by ViktorV » Wed 11 Mar 2015 07:28

IBDAC supports data export to XML format using the TIBCQuery.SaveToXML method. See more details about this method in the IBDAC documentation: http://www.devart.com/ibdac/docs/index. ... etoxml.htm
You can implement data export to other formats by yourself.

Post Reply