RE: ADO returning junk and crashing IIS

2003-10-23 Thread Peter Guzis
How is this script being run? CGI? PerlIS? PerlEx? Can you try it without Unicode::String? 1. It probably doesn't matter in this case, but you should use strict at the beginning of the script. It will help a lot with debugging later. 2. my $db, $query; isn't doing what you think it is doing.

RE: ADO returning junk and crashing IIS

2003-10-23 Thread William Limratana
Hi, Yes - it works without the utf8(). I found it wasn't doing anything for me anyway. I'm running it using PerlIS, I believe. It's via the perl module for IIS. I wonder why it was creating garbage data. Thank you, Will ___ Perl-Win32-Users