This is the problem:
I have 2 textbox, lets say name (char) and old (int).
When I want to insert is value to SQL, I have a problem, and it said Operator/operand type mismatch.
I use this code to do that:
INSERT INTO mydata (name,old) VALUES ('"+thisform.name.value+"',"+thisform.old.value+" INTO CURSOR mycursor
What should I do?
Thank you in advance
I have 2 textbox, lets say name (char) and old (int).
When I want to insert is value to SQL, I have a problem, and it said Operator/operand type mismatch.
I use this code to do that:
INSERT INTO mydata (name,old) VALUES ('"+thisform.name.value+"',"+thisform.old.value+" INTO CURSOR mycursor
What should I do?
Thank you in advance