Results 1 to 2 of 2

Thread: Zero Length Date Fields in Databases

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Tring, Herts, UK
    Posts
    3

    Post

    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).]

  2. #2
    Junior Member
    Join Date
    Jul 1999
    Posts
    25

    Post

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width