Yosua
Programmer
- Aug 23, 2011
- 25
Hi All
I've had a problem when I change SPT to RV n my program.
So when I change
to
vUser is a RV
It shows "syntax error" when I run it
Did I do something wrong?
Can you please tell me how to properly insert and update by RV?
Thanks in advance for any solution and feedback
Yosua Wisnu
I've had a problem when I change SPT to RV n my program.
So when I change
Code:
SQLEXEC(s_Connect,"INSERT INTO tb_user values (?id,?pwd,?name,?photo))")
Code:
INSERT INTO vUser values (?id,?pwd,?name,?photo)
TABLEUPDATE()
vUser is a RV
It shows "syntax error" when I run it
Did I do something wrong?
Can you please tell me how to properly insert and update by RV?
Thanks in advance for any solution and feedback
Yosua Wisnu