Perl for Banking and Finance Domain

2012-11-21 Thread Perl Perl
Dear All, I want to know, the material and source code / open source project, where Perl is used for Banking and Finance Domain. And if you can guide me to tutorial and books where, it explains about the Perl usage for Banking and Finance domain, it will be a great help. I searched on internet, b

noTableFoundError

2012-11-21 Thread Buscato, Richard
I am getting no such table: error. I seem to be able to connect fine. Just cannot prepare a query : $query_handle = $DBIconnect->prepare($query) or die "...bad qh: $DBI::errstr\n\n";

Re: Perl DBI Hangs while execute()

2012-11-21 Thread amaresh pothnal
Thanks For your support. This issue got solved after installation of nls libraries. Thanks Amaresh On Wed, Nov 21, 2012 at 5:53 AM, John Scoles wrote: > Well I would do something like > > select 1 from dual > > rather thatn '*' > > It sounds like your DB coonection string is not correct. > > Ch

RE: Perl DBI Hangs while execute()

2012-11-21 Thread Nelson, Erick [HDS]
There are many things you can do in sqlplus that you cannot do in sql (in this case DBI). What are you trying to run? -Original Message- From: amaresh pothnal [mailto:amaresh.poth...@gmail.com] Sent: Monday, November 19, 2012 3:29 AM To: dbi-users@perl.org Subject: Perl DBI Hangs while e