Regional Settings
-
Hi, I am sending data to a dB which represents monetary values. And am using the Period (.) as the decimal symbol. But notice that the values entered into the dB vary depending on the Regional settings and the decimal symbol selected. How do I obtain what the current settings are? Or how does one solve the problem? Thanks in advance Rui
-
Hi, I am sending data to a dB which represents monetary values. And am using the Period (.) as the decimal symbol. But notice that the values entered into the dB vary depending on the Regional settings and the decimal symbol selected. How do I obtain what the current settings are? Or how does one solve the problem? Thanks in advance Rui
GetLocaleInfo gives you this kind of information in it's rawest form. Depending on how you're talking to the DB (ODBC, OLE DB, DAO) it's normally avoidable, unless you're actually submitting raw SQL requests yourself. Steve S [This signature space available for rent]