dbd-anydata INSERT code bombs at different times - solved

2012-05-11 Thread Greg Aiken
i noticed when my program ran in a cmd window and that window was not the 'active' window, the program would bomb at inconsistent times. as it was my lunch time, and i didnt have to do 'other work', i ran the exact same program again - but this time left the cmd window as the top-most 'active' win

dbd-anydata, now INSERTS new recs fine, but bombs after variable number of INSERTS!

2012-05-11 Thread Greg Aiken
i am using dbd-anydata v0.09 with activeperl 5.8.8 build 820 (and dbi v1.609) i have 2 'input' files 'Tab' delimited. one 'field' of these 2 input files may be used to 'join' the two tables. using the notes found in cpan.org for this module, im 'simulating' a join by basically; iterating through

RE: dbd-anydata - i cant get it to INSERT new records

2012-05-11 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Greg Aiken Sent: 11 May 2012 01:15 To: Perl-Win32-Users@listserv.activestate.com Subject: dbd-anydata - i cant get it to INSERT new records > dear win32 perl users, ..