Hi,
I've a numerica variable like this
a=30.00
I'm doing a sql inser in a field decimal (8,5) using the command insert into..values
The problem is that i should insert that variable as 30,00 leaving the dot as separator SQL doesn't accept value
What can I do?
THANKS
I've a numerica variable like this
a=30.00
I'm doing a sql inser in a field decimal (8,5) using the command insert into..values
The problem is that i should insert that variable as 30,00 leaving the dot as separator SQL doesn't accept value
What can I do?
THANKS