Vaccine Dates not recorded

Discussion in 'Bugs & Issues' started by Jason, Apr 17, 2009.

  1. Graham

    Graham Developer Staff Member

    Ok, must be some windows local date setting on your server that is causing an issue, or, perhaps you're running a very old version of firebird.

  2. Jason

    Jason Developer / Handyman Staff Member

    older firebird.

    Mine likely is: Firebird-1.5.3.4870-0-Win32.exe

  3. Graham

    Graham Developer Staff Member

    Pretty old .. been using 2.nn for over a year now.

    I guess it was not casting the date into a timestamp and so gave a null value.

  4. Jason

    Jason Developer / Handyman Staff Member

    Attached Files:

  5. Graham

    Graham Developer Staff Member

    No, it should not be a problem.

    the benefit of using 2.1 is nbackup which provides differential backups - though this was broken in 2.1 and was supposed to be fixed in 2.1.1



  6. Jason

    Jason Developer / Handyman Staff Member

  7. Graham

    Graham Developer Staff Member

    I'd go for a newer version.

  8. Jason

    Jason Developer / Handyman Staff Member

    alter table vaccinations alter column vdate type timestamp

    to reverse ?
  9. Graham

    Graham Developer Staff Member

    No, no need as I am not actually asking the user to enter hours:mins:secs:tz data so leave it as date field.

    In fact the next server will do this for them ie swap over to date field.

  10. Jason

    Jason Developer / Handyman Staff Member

    If anyone has <null> in the vdate of the immunizations,

    use IBO console command

    update vaccinations set vdate = 'NOW' where vdate is null

    to chage the null to today.

Share This Page