Hi Craig, Seems a little odd. I too have used a Perl script to load a database (in this case Access) using text files (CSV format) that are approximately 29,000 lines and 7.7 MB in size. Granted Access is not SQL Server, if anything Access is probably more fragile than SQL Server. The pegging of the CPU appears to be normal, even on a 2.0 GHz machine. I am using Win32::ODBC to populate the database.
Could you provide a few more details. -- Regards, Mark Thomson SCADA System Specialist -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Craig Cardimon Sent: March 5, 2004 7:06 AM To: [EMAIL PROTECTED] Subject: Script failure while processing large text files I may be having a problem with the Perl Command Line Interpreter. I am processing loads (40-50,000) of large text files with Perl 5.8.0.806 and loading them into a SQL Server database. I am doing this using Primalscript on a machine running Windows XP Professional. This works fine except for files in the general neighborhood of 23,496 KB in size. I have error handlers in place and I'm pegging the CPUs. When the script fails, I get virtually nothing back in the way of error messages except for the following: Exit code: -1073741819 , C0000005h Any suggestions? -- Sincerely, Craig Cardimon, Programmer AUS Inc. (Knowledge Express Data Systems; 1-800-529-5337, ext. 24) _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
