Subject Re: Date format problem Windows 7
Author Jason
We had a site we were looking after and had problems with Delphi & FB.

I checked and the app forgot the format. So I found (and don't know where) the following worked.

// Problem with dates under W7
SetThreadLocale(LOCALE_USER_DEFAULT);
GetFormatSettings;

Let me know it is helps.

--- In firebird-support@yahoogroups.com, "oppenhiemerb" <oppenhiemerb@...> wrote:
>
> Hi -
>
> I recently moved to WIndows 7 from windows XP and am experiencing some odd behaviour with regards the database I am using.
>
> Specifically, the interpretation of the date on the 2 versions of windows seems to be causing problems.
Dave.
>