SQLExpress - Xb2.NET     ot4xb  
xfree.public
Reporter
Thread Starter: Osvaldo Ramirez Started: 6/10/2008 2:39 AM UTC
Replies: 3
Reporter
Dear guys


What do you use to make reports using SQL ?

Best Regards
Osvaldo Ramirez
Re: Reporter
Hello Osvaldo

I use Fastreports. Sergei explained how to do it. He use Ado to access the data. I have just make an example for listing 70000 lines and is very fast (2000 pages in 1 minute). But I have not used in production.

Jose Valle


"Osvaldo Ramirez" <ramirezosvaldo@yahoo.com> escribió en el mensaje de noticias news:4d8632b1$c1d950d$c495@news.xbwin.com...
Dear guys


What do you use to make reports using SQL ?

Best Regards
Osvaldo Ramirez
Re: Reporter
Thanks Jose Valle

I will ask to Segei to see If we can work with SQLexpress++ cursor or Do need ADO to access postgresql

Gracias
Osvaldo Ramirez

 wrote:
Hello Osvaldo
I use Fastreports. Sergei explained how to do it. He use Ado to access the data. I have just make an example for listing 70000 lines and is very fast (2000 pages in 1 minute). But I have not used in production.
Jose Valle

"Osvaldo Ramirez" <ramirezosvaldo@yahoo.com> escribió en el mensaje de noticias news:4d8632b1$c1d950d$c495@news.xbwin.com...
> Dear guys
>
>
> What do you use to make reports using SQL ?
>
> Best Regards
> Osvaldo Ramirez
Re: Reporter. Comment of Sergei in xbase++.data access
If some native Postgress DBE for Xbase++ exists then you can use it.
FastReport (SetWorkArea() etc) uses current DBE, it's no problem.

And in ANY case SetUserDataSet() exists where you can form any dataset that
you need.
---------------

Si usas un DBE nativo para Postgres podrás usarlo con Fastreports

Y en cualquier caso podrás usar SetUserDataSet() para formar cualquier dataset que necesites.