Vaccine Dates not recorded

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

  1. Graham Developer

    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 Developer / Handyman

    older firebird.

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

  3. Graham Developer

    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 Developer / Handyman

    Attached Files:

  5. Graham Developer

    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 Developer / Handyman

  7. Graham Developer

    I'd go for a newer version.

  8. Jason Developer / Handyman

    alter table vaccinations alter column vdate type timestamp

    to reverse ?
  9. Graham Developer

    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 Developer / Handyman

    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