Hi all,

I have a problem with SQL:

I have this SQL command: "insert into stores Value (Int,"String","Sting", double)
The problem is that the double has a ',' in it so the SQL think it is 5 valus and not 4.

I can not make a convert to Sting because I need to make a selection ordered by the double valu later on (that is select Ä from stores order by income (that is the double value)

Any Ideas?