Perl Mongers,
I am interfacing a dBASE - Xbase system using DBD ODBC with PERL DBI. DBD Xbase is too slow therefore DBD ODBC is preferred. Is there a limitation with DBD ODBC in that only 1,800 unique updates can be completed in one sustained process? The error received is that there is some sort of memory limitation. I have creatively circumvented this bug by creating a log.txt file marking the update progress as the script mines through the data making sure to terminate the program before the limitation is reached, then automatically re-invoking the script starting updates where it previously left off.
Thanks,
Chris