Re: International Numbers and Date/Times
Date: 1996/02/09
Message-ID: <4fgbss$ddg_at_saturn.exodus.net>#1/1
Tamas Erdei (erdeit_at_eik.bme.hu ) wrote:
> This number format is only important if you use the number directly in
> the Sql statement, and then the format of the number should follow the
> local windows format, which can be set in the Control Panel.
Thanks for the tips. However, I may not be able to rely on the Control Panel setting because the server may be accessed by clients running different languages. Obviously using bind variables is the preferred technique since it is handled transparently. But I have some cases where I have to use the number directly in the SQL statement.
Is there a way to determine from the server what language the database is using? If not, I will probably have to add a table with a single row indicating what language the database is using. Received on Fri Feb 09 1996 - 00:00:00 CET