I have a fully working view with my SQL server. I display the results on a grid. I wish to add a new record to I have a button with just
APPEND BLANK
in it
i then type in values in the grid and when i try to tableupdate() the SQl server says that im trying to insert the value null into a column that cant be null, yet I have typed something into that column... am I just doing something fataly wrong here? I have a irking feeling its not looking to the grid for data its just trying to append a blank row to the server.. where am I tripping up?
Dave