Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

regional settings

Status
Not open for further replies.

tyris

Programmer
Nov 2, 2000
311
FR
hi all,

i have a question about input regional settings.

i know there is an attribute in SQL (SQL_SOPT_SS_REGIONALIZE
, you can have a look at : that deals with output regional settings (when the numeric settings of the database are different then the user's one, for exemple if in US you have 1,250.25 it will be 1.250,25 in french or german).

is there something for the input ? i mean the user enter a numeric value and the database enters it by convering the value, based on the user's regional settings ...)

i know that we can interprate a numeric value and change it with a code (in VB for exemple), but it's not a clean method, and some exceptions will always be forgotten.

any idea ?
Best regards,
Elise
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top