William Gannon wrote:
> Hi,
>       I have written the following code for Apache::ASP under Windows XP, Apache
> 1.3.23 using Activestate Perl 5.6.  Everything seems to be working correctly
> except two things.  The DSN dsn_graphics is set up with mySQL for Windows
> NT/2000.
> 
>       1.  The Apache server starts eating up all the processor time on my machine
> after the initial hit to this page.
> 

Does this continue well after the first script execution?
Does it may the web server stop responding?
Does any particular bit of code trigger this behavior?

It would not surprise me to find that the code you
are invoking does not work well in mod_perl, or that you
have something else odd like the wrong version of Win32::OLE
installed for your perl or some such.  I could not help
further on this matter however.

>       2.  How do I access the recordsets Fields properties???
> 

I don't know.  I don't do programming with ADODB,
or any COM object programming on Win32 for that matter.
You might have better luch posting your question to
the perl-win32-database list which you can see here:

   http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/perl-win32-database

If you find yourself not able to use the ADODB object
well, you should consider using DBD::ODBC which has worked
very well for me in my past experience.

-- Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA
http://www.nodeworks.com                1-714-625-4051



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to