Extract Firebird database data with default layout

0

I need to extract some information from the database, with a predefined layout and launch into a .TXT file

Example:

code size from 1 to 10 digits; name size from 1 to 20 digits; date sale size dd / mm / yyyy; value size from 1 to 15 digits;

In this case, the output would have to look like this:

And so on.

I looked for ways to do it, and there are many ways to create an application or use it using reporting applications.

I wanted to know a more agile way, and that I can hand over to the client to make future reports without contacting me.

    
asked by anonymous 10.09.2014 / 12:26

2 answers

0

I used the same Crystal Reports tool to extract this information into a TXT file, however I had to model the data as the Fiscal Software requires the provision of information.

Anyone interested can get a trial version of Crystal Reports on link

    
26.09.2014 / 18:41
0

link

Broad question, but based on metadata tables it is possible to create queries-based queries based on these user-generated query queries, it is not trivial programming, but it is not "rocket engineering" either. There may even be available codes on the Web.

These reports could be in txt to facilitate, a simple way to do.

I hope I have helped.

    
18.09.2014 / 04:25