Re: [PHP] Random data loss.

2004-12-07 Thread 2wsxdr5
I think I need to give more details. The data loss happens somewhere between the form post button press and the data being inserted into the DB. It is a simple sql insert statement on a table with auto increment keys. The price should be entered as a floating point number and that is what my

Re: [PHP] Random data loss.

2004-12-07 Thread Richard Lynch
2wsxdr5 wrote: > With out posting any code I was wondering if anyone here has been > experiencing this kind of problem. I have a standard web from that PHP > code then reads and saves the data into a MySQL DB. The problem is some > of my users have had data lost somewhere in this process. The we

Re: [PHP] Random data loss.

2004-12-06 Thread Raditha Dissanayake
2wsxdr5 wrote: With out posting any code I was wondering if anyone here has been experiencing this kind of problem. I have a standard web from that PHP code then reads and saves the data into a MySQL DB. The problem is some of my users have had data lost somewhere in this process. The web si

RE: [PHP] Random data loss.

2004-12-06 Thread Vail, Warren
Could be a problem of multiple update modules for the same table. When I've encountered this problem in the past it's been one of two causes. 1. In the process of maintaining the table one routine that has no price information, retrieves the row and notices that the something needs to be changed