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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Thousands and decimal separator

Status
Not open for further replies.

peterve

IS-IT--Management
Mar 19, 2000
1,348
NL
Hi,

I'm building a small application (VB.Net 2003) that accesses a MySQL database.
When the client settings are set to , (comma) as decimal separator and . (period) as thousands separator (which is common in Europe), the application returns data.
When using . (period) as decimal separator and , (comma) as thousands separator, I'm not getting any results from my select queries
How can I make my application to work with both options ?

thanks

--------------------------------------------------------------------
--------------------------------------------------------------------
How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter?
---------------------------------------------------------------------
 
Are your queries producing any errors? Can you show us the text of the queries that are generated by your application?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top