SQL Error Code: -1405 and 1403
652398Dec 15 2010 — edited Dec 18 20101. SQL Error Code: -1405, which stands for null value in field. Whether it only exists in SELECT statement or not? For delete, update and so on, there will not generate -1405 Error Code.
2. SQL Error Code: 1403, which stands for no more records for processing. It might be in SELECT, DELETE and UPDATE statement. Is that right?
3. Besides that, 1405 equals to -1405, 1403 equals to -1403?
Thx a lot.