Y
yanto
Hi,
I got this error ("syntax error") when execute my SQL statement
(UPDATE tblPrice SET UnitPrice = " & curPrice WHERE ProductID=25) in
my client, I figured out that the regional setting trigger this error,
because curPrice variable contain 13,45 (so they use coma instead of
point = 13.45) follow the local regionall setting. How to overcome
this issue? I still want to use local regional setting.
TIA
Yanto
I got this error ("syntax error") when execute my SQL statement
(UPDATE tblPrice SET UnitPrice = " & curPrice WHERE ProductID=25) in
my client, I figured out that the regional setting trigger this error,
because curPrice variable contain 13,45 (so they use coma instead of
point = 13.45) follow the local regionall setting. How to overcome
this issue? I still want to use local regional setting.
TIA
Yanto