xblanch
12-18-2006, 10:22 AM
Hi everyone!
I have a problem updating a table via ado.recordset.
The trouble begins in a routine that take values by TEXTBOX CONTROL to ADO.RECORDSET. The field I want to write is Primary Key and cannot be null. If the textbox = "" the ADO.Recordset catch this value and insert a blank record in the mysql table. How can I resolve this issue??
Thanks in advance
I have a problem updating a table via ado.recordset.
The trouble begins in a routine that take values by TEXTBOX CONTROL to ADO.RECORDSET. The field I want to write is Primary Key and cannot be null. If the textbox = "" the ADO.Recordset catch this value and insert a blank record in the mysql table. How can I resolve this issue??
Thanks in advance