i am getting a ORA-00936: missing expression error when trying to create a submit button. the sql expression i am trying to put in is
INSERT INTO TIME_TRANS(PROJ_NUM, USER_NAME, TIME_WORKED, UPDATED)
VALUES(P17_PROJ_NUM, P17_USER, P17_TIME_WORKED, P17_UPDATE)
The P17_* are my field names. I am trying to insert the values from those fields to the columns in TIME_TRANS.
any ideas?
Edited by: KySarge1981 on Aug 23, 2010 12:20 PM - a lil more clarification...