Decimals in MSAccess?
Hi,
I'm not sure this is the right ng - anyway, how can I set how MS Access
should deal with decimals? Default it is set to',' but I want it to be
.' - I know I can change it manually in Control panel -> Regional Options
but that doesn't work if I change it in runtime (even if I call the
Reg.WriteString('sDecimal', '.'); in the 'Initialization' section of my app.
The registry gets updated but somehow it seems like the Jet Engine 4.0 or
ADO reads from the reg before the ''Initialization' so even if the reg says
'.' my db-aware components wants it to be ','
Anyone?
Thanks Thomas Andersson