I’m using the latest version of Scriptcase and check update just today, so there’s all new.
Batch create a grid/form application and in the form application there’s a field integer or decimal:
After fill the form and click the Insert button, there’s error, and get the following SQL:
INSERT INTO table1 (packid, detailname, note, createuser , price) VALUES (2, ‘aaa’, ‘bbb’100.00’’, ‘admin’ , 100.00)
There’s error of course, why SQL like this?
I kept creating applications for several times, and got all the error.