MySQL Forums
Forum List  »  Connector/Node.js

Re: XML parsing and MySQL insert
Posted by: Deck Hazen
Date: April 18, 2010 04:21AM

I'm sure you've done this, but I would start by checking the user input - perhaps users are leaveing required fields blank, or they are using special characters that screw things up. If you had some way to dump the user input "raw" before it hits any processing that might help you match up a failed record to something in the user input.

I felt compelled to offer you something as I hope to steal large chunks of your very tidy program for a little project I'm working on -- thanks.

- Deck

Options: ReplyQuote


Subject
Written By
Posted
Re: XML parsing and MySQL insert
April 18, 2010 04:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.