Re: PDF generation from a database!!

2009-09-01 Thread ficovh
Regards. On Mon, Aug 31, 2009 at 6:14 PM, Dand...@entropy.homelinux.org wrote: On Mon, 31 Aug 2009 18:11:11 -0500, ficovh fic...@gmail.com wrote: Under what license is released  PDF::ReportWriter ? LGPL Can use it on Commercial deployment ? Yes. The license basically requires that if you make

Re: PDF generation from a database!!

2009-09-01 Thread ficovh
Ok, Dan Thank you so much, for the support.! I'm writing code in this days. Best Regards. On Tue, Sep 1, 2009 at 4:37 PM, Dand...@entropy.homelinux.org wrote: On Tue, 2009-09-01 at 02:20 -0500, ficovh wrote: Hi. I have installed the module in my laptop, and have a question. How can

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Hi I'm watching the HTML::ReportWriter for doing HTML report and later exporting it to PDF, it appear too easy.! Regards. On Sun, Aug 30, 2009 at 7:21 AM, Dr.Ruudrvtol+use...@isolution.nl wrote: ficovh wrote: I need ideas, suggest for generating a report in .pdf  from a data containing

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Under what license is released PDF::ReportWriter ? Can use it on Commercial deployment ? You have script on using it ? Thanks for the reply. On Mon, Aug 31, 2009 at 5:34 PM, Dand...@entropy.homelinux.org wrote: On Sat, 29 Aug 2009 22:18:10 -0500, ficovh fic...@gmail.com wrote: Hi folks

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Thank you Dan, I'm watching it now. The reports included in the Module are wonderful. I'm writing code now. Best Regards. On Mon, Aug 31, 2009 at 6:14 PM, Dand...@entropy.homelinux.org wrote: On Mon, 31 Aug 2009 18:11:11 -0500, ficovh fic...@gmail.com wrote: Under what license is released

PDF generation from a database!!

2009-08-29 Thread ficovh
Hi folks I need ideas, suggest for generating a report in .pdf from a data containing in a MySQL database. Basically, the idea is putting information from many tables in a simple concentrate report. I want tutos, or simple scripts for doing this task. Thank you for reading this mail. ficovh

Re: Perl DBI connect from Windows

2008-12-21 Thread ficovh
On Sat, Dec 20, 2008 at 6:17 AM, MGautam flame@gmail.com wrote: Hi, I want to connect to a Oracle SQL Developer with perl (running on windows). I tried something like, use DBI; $db = database1; $host = 10.0.0.1:1433; $user = username; $password = password; my $dbh = DBI-connect