I have an application C# .net
using Mysql
as db
, and was hosted on Locaweb
. I published the files on the server SmarterAsp
and restored the database there too. Now in the application, the 'double'
fields of the database do not display comma (ex: 2,25)
and yes (ex: 2.25)
.
Is this change due to some region problem? I needed some help figuring out if any settings on the phpMysql
panel I could solve.