Re: First time DBI user crashing perl

2014-10-30 Thread Bruce Johnson
On Oct 30, 2014, at 3:42 PM, Peter Shabino wrote: > IC:\STRAWB~1\perl\lib\CORE" Constants.c > In file included from C:/PROGRA~1/IBM/IBMDAT~1/include/sqlcli.h:983:0, > from Constants.xs:16: > C:/PROGRA~1/IBM/IBMDAT~1/include/sqlext.h:1747:5: error: unknown type name > '__in_ec

FW: First time DBI user crashing perl

2014-10-30 Thread Peter Shabino
type name '__out_bcount_opt' __out_bcount_opt(cbOutputMsg) LPWSTR lpwszOutputMsg, ^C:/PROGRA~1/IBM/IBMDAT~1/include/sqlext.h:2129:5: error: unknown type name '__in' __inDWORD cbOutputMsg ^dmake: Error code 129, while making 'Con

RE: First time DBI user crashing perl

2014-10-30 Thread Peter Shabino
another note types up with everything I just did (full uninstall and reinstall) and the new error I hit. Thanks,Peter My projects: http://www.wire2wire.org/ > From: john...@pharmacy.arizona.edu > CC: dbi-users@perl.org > Subject: Re: First time DBI user crashing perl > Date: Thu, 30

Re: First time DBI user crashing perl

2014-10-30 Thread Bruce Johnson
On Oct 30, 2014, at 2:44 PM, Furst, Carl wrote: > Is the driver you are using the one you used to install the DBD libs with? > > If you installed the DBD libs with one driver and then, say, upgraded the > driver, you would have to re-install the DBD libs. Also, I don’t know about DB2, and less

Re: First time DBI user crashing perl

2014-10-30 Thread Furst, Carl
BD::DB2 driver. >Hopefully someone here can help but you could also try >http://www.software.ibm.com/data/db2/perl > >Tim. > >>Here is my perl version >>This is perl 5, version 18, subversion 1 (v5.18.1) built for >>MSWin32-x64-multi-thread >> Than

Re: First time DBI user crashing perl

2014-10-30 Thread Tim Bunce
om/data/db2/perl Tim. >Here is my perl version >This is perl 5, version 18, subversion 1 (v5.18.1) built for > MSWin32-x64-multi-thread >Thanks! >Peter > >My projects: >http://www.wire2wire.org/ >> Date: Thu, 30 Oct 2014 12:17:19 +00

RE: First time DBI user crashing perl

2014-10-30 Thread Peter Shabino
ad Thanks!Peter My projects: http://www.wire2wire.org/ > Date: Thu, 30 Oct 2014 12:17:19 + > From: tim.bu...@pobox.com > To: three1...@gmail.com > CC: wi...@hotmail.com; dbi-users@perl.org > Subject: Re: First time DBI user crashing perl > > Turning on tracing is usuall

Re: First time DBI user crashing perl

2014-10-30 Thread Tim Bunce
.org/ > > > ------------ > > Date: Wed, 29 Oct 2014 20:26:15 -0600 > Subject: RE: First time DBI user crashing perl > From: [4]three1...@gmail.com > To: [5]w

Re: First time DBI user crashing perl

2014-10-29 Thread Jon
nd that trys and uses the > DB2 interface causes a crash. > > Thanks, > Peter > > My projects: > http://www.wire2wire.org/ > > > -- > Date: Wed, 29 Oct 2014 20:26:15 -0600 > Subject: RE: First time DBI user crashing perl > From

RE: First time DBI user crashing perl

2014-10-29 Thread Peter Shabino
time DBI user crashing perl From: three1...@gmail.com To: wi...@hotmail.com CC: dbi-users@perl.org Hello Peter, How are you invoking the script? Do you have a perl script that you double click? If so, can you try opening a command/powershell window and running your program? You'll likely ha

RE: First time DBI user crashing perl

2014-10-29 Thread Jon
Hello Peter, How are you invoking the script? Do you have a perl script that you double click? If so, can you try opening a command/powershell window and running your program? You'll likely have to specify the full path to the perl binary then pass your script as the first parameter. E.g.: \stra

RE: First time DBI user crashing perl

2014-10-29 Thread Peter Shabino
Try this again I apparently found a keyboard shortcut to send the message in hotmail.. Trying to set up a connection to a remote DB2 server in perl to query some data. Followed the directions here:http://www-01.ibm.com/support/docview.wss?rs=71&uid=swg21297335 Then searching the web I c

First time DBI user crashing perl

2014-10-29 Thread Peter Shabino
Trying to set up a connection to a remote DB2 server in perl to query some data. Followed the directions here: My projects: http://www.wire2wire.org/