Hey,
I have a input-field where I put some points in it (e.g. 12.5, 16.5). Now my sql-server doesn't know 12.5 but he must have 12,5. How can I easy translate the 12.5 too 12,5. It must been done when I save the points in my database
oRS11.AddNew
oRS11(4) = Request.Form("points" => here he first have to translete the point (if there is a point) too a comma
oRS11.Update
Maybe I can find it myself, but I drunk too mutch yesterday so ... please help. thanks
The One And Only KryptoS
I have a input-field where I put some points in it (e.g. 12.5, 16.5). Now my sql-server doesn't know 12.5 but he must have 12,5. How can I easy translate the 12.5 too 12,5. It must been done when I save the points in my database
oRS11.AddNew
oRS11(4) = Request.Form("points" => here he first have to translete the point (if there is a point) too a comma
oRS11.Update
Maybe I can find it myself, but I drunk too mutch yesterday so ... please help. thanks
The One And Only KryptoS