0
votes
1answer
23 views
SQL Decimal Issue
I have an input string in the following format: 12.34
When I call this line:
db.AddInParameter(insertMessageDetailCommand, "AttachmentSize", System.Data.SqlDbType.Decimal , Conv …
5
votes
2answers
73 views
Accessing “Measurement System” unit names (kg/lb, m/in, etc) in C#
Windows allows configuration of Measurement system to Metric or U.S. Is there a way to use this setting to read (abbreviated) unit names in C#?
e.g. when displaying a weight in Me …
2
votes
4answers
668 views
Visual Studio appears to randomly adopt american keyboard layout
Gah! this is really causing me hassle today. Suddenly without warning '@' (at symbol) and '"' (double quote) are trading places on my keyboard but ONLY in Visual Studio 2008 !!!
…
0
votes
3answers
561 views
Regional settings IIS6 and ASP.Net 2 - {0:c} returning too many decimals in gridview
Hi - I am currently moving my website from an existing web server to a new machine.
The new machine is WIN Sever 2003 running IIS6. The site is using ASP.Net 2.
I added the foll …
1
vote
2answers
121 views
Oracle: Set NLS_PARAMETERS with sqlplus
I found out my servers, running Oracle 10g, were not initializing with the same NLS_SORT value when using the sqlplus binary.
Is there a way to set the default NLS_SESSION_PARAMET …
1
vote
5answers
984 views
Convert string with commas to float
Is there a built-in Delphi function which would convert a string such as '3,232.00' to float? StrToFloat raises an exception because of the comma. Or is the only way to strip out …
2
votes
7answers
460 views
A better CDate for VB6
We have a a VB6 app (in a COM component) which uses CDate() to take a string and cast it to a Date, for storing in a database.
Depending on if we want the application to talk in d …
1
vote
2answers
436 views
Does DateTime.ToString(”s”) return always same format?
According to MSDN on DateTime.ToString ToString("s") should always return string in the format of the sortable XML Schema style formatting, e.g.: 2008-10-01T17:04:32.0000000
In …
0
votes
2answers
867 views
How can I change a Windows user’s regional settings/date format?
I use a VB6/COM+ application which outputs date/time values based on the short date settings in the Control Panel, Regional Settings, for the user that runs it. The program that t …
0
votes
3answers
243 views
Detecting regional settings (List Separator) from web
After having the unpleasant surprise that Comma Seperated Value (CSV) files are not necessarily comma-separated, I'm trying to find out if there is any way to detect what the regio …
3
votes
4answers
433 views
How to read ‘List separator’ from OS in Java?
I am writing a CSV exporter in Java that should respect the user's custom settings, especially the "List separator" to use as a delimiter.
In Windows, one can set this List separa …
1
vote
1answer
218 views
Flex NumberFormatter according to windows
Is it possible to directly set the properties of NumberFormatter according to windows
" Regional Setting "?
If not, it there a function in Flex by which we can get
the Regional …
1
vote
2answers
332 views
How can I remotely (via web services) determine date format of SharePoint 2003 site, for use in Versions.asmx returned XML?
The GetVersions() call to the Versions.asmx web service in SharePoint 2003 returns a localised date format, with no way of determining what the format is. It's the site regional se …
0
votes
2answers
70 views
Regional Proximity UI
I'm developing a UI (AJAX-enabled; LAMP server) which will allow a user to designate regions in which a company operates. A "region" in this case may be a state (if dealing with th …
0
votes
2answers
574 views
why can’t i change my regional settings?
for about 2 hours i've been trying to find solutions on how to change my advanced regional settings(the one for language used in non-unicode programs) ..because everytime i try to …
