Database & Application Miscellaneous: Zero Length Date Fields in Databases

  • mikegoodman / 104 / Sun, 31 Jan 2010 10:20:00 GMT / Comments (1)
  • Can any one tell me how to save 'Nothing' to a Date field in a recordset.
    Senario;
    A date has been saved to a Date Field, thus changing the field from Null. The date is then not needed and deleted from the corresponding textbox object bound to the field. If I leave the textbox empty I get Data Conversion Error.
    Surely there must be a way? . . .

    [This message has been edited by Mike Goodman (edited 09-28-1999).]
  • Keywords:

    zero, length, date, fields, databases, database, application

  • http://database.itags.org/database-application/158196/«« Last Thread - Next Thread »»
    1. You told that you try to update "nothing" into the field.
      if your program corverts an empty textbox into value "" that cant be updated into the datetime field.

      You can insert or update value Null into a datetime field.

      recards Jamppa

      jamppa | Thurs, 06 Dec 2007 01:15:00 GMT |