> anyone know how to debug database errors, a way to get a more detailed
> message...this is what the output window says...
>
> NetServices info 2: addName_Status was received from server: <error> Service
> threw an exception during method invocation: Error Executing Database Query.
If there is a problem with the query, you should try testing from CFM page
(is this ColdFusion?) and debug directly on the server. If you have
Dreamweaver, it is easy to set up test harness pages for any of your remote
services by simply dragging the service from the Components panel and
dropping it on the page.
--
---------------------------------------------------------------
Tom Muck
author -- Flash Remoting: The Definitive Guide
http://www.flash-remoting.com/notablog
Team Macromedia Volunteer for Flash
Extending Knowledge, Daily
http://www.communityMX.com/
Major Payne - 26 Nov 2003 15:19 GMT
thanks, i think i'll buy your book. does it cover AS2.0 or mx2004...or are
there many changes that make this neccessary.
> > anyone know how to debug database errors, a way to get a more detailed
> > message...this is what the output window says...
[quoted text clipped - 20 lines]
> Extending Knowledge, Daily
> http://www.communityMX.com/
Tom Muck - 26 Nov 2003 19:28 GMT
> thanks, i think i'll buy your book. does it cover AS2.0 or mx2004...or are
> there many changes that make this neccessary.
No, it doesn't cover AS2 or Flash MX 2004, because at the time they were not
released. Also, Flash Remoting components are still written in AS1 at this
time.
Tom