Crazy webform and Table ID

  • Thread starter Thread starter egsdar
  • Start date Start date
E

egsdar

Hello, I've been facing issues in the same webform:


- In some machines when customer tries to save a new record (With some
datetime fields) it fails the saving, but why happens in some machines and
don't occur in others?

- Why if the saving didn't work, and when customer tries to save again the
record after changing the date format (that's the reason why fails the
saving) the ID field with autoincrement goes from, lets say, 25 to 27?

I really appreacite the help.
 
Probably creates a record, then maybe a trigger or some other error rolls it
back. You should never depend on sequential table id's
 
Back
Top