RE: need help to recover perl script from program compiled withperl2exe

2005-11-08 Thread supportserv
Did you use the 'perlapp' with the dev kit?  I found something on PerlMonks that worked great.  It was time/processor intensive, but spit out the correct code file along with several others.  I have used it several times with success. "Brian Raven" <[EMAIL PROTECTED]> Sent by: [EMAIL PRO

RE: wanting to use Win32::ODBC in a service

2005-09-09 Thread supportserv
Jan,  here is a couple of lines of my code, I believe I have the syntax correct. sub Startup {  require Win32::ODBC; "Jan Dubois" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/08/2005 03:29 PM                 To:        <[EMAIL PROTECTED]>         cc:

RE: wanting to use Win32::ODBC in a service

2005-09-08 Thread supportserv
I didnt have much time to spend on this, this afternoon, but I did quickly replace "use" with "require" and no luck, still got the same results.  It is a pretty involved code, so I will make my way though it tomorrow, and make sure I not existing somewhere down in the code.  Thanks for your i

RE: wanting to use Win32::ODBC in a service

2005-09-08 Thread supportserv
Howard, I used the perlsvc to compile my script. The service is running on a windows server that is suppose to open a connection with an Oracle DB, and run a select statement once a minute, worked fine using DBI, but I cant keep the service running using  ODBC, it dies immediatly after running the

wanting to use Win32::ODBC in a service

2005-09-08 Thread supportserv
All,  I have a script/service that was using the Oracle DBI, and I want to convert it over to using an ODBC connection. I got the script to compile as a svc. then when I started it, it fired correctly, but the service would not stay running while using the  Win32::ODBC, I am begining to wonder if