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
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
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
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
4 matches
Mail list logo