Re: java.sql.SQLException: Syntax error or access violation: You have an error
Posted by: Siyu Kim Ong
Date: March 18, 2005 07:07PM

Hi...

I had found the error... this is due to my careless mistake... so sorry!!!

I had not completedly declared the insert values query...

Sorry...


sql_query2 = "INSERT INTO temp_3(temp3_in_num,temp3_mat_desc,temp3_qty_rec,temp3_pur_um,temp3_rmk

---->) *Note: I had left out the brace!!!!
"+

"VALUES(?,?,?,?,?) ";

Options: ReplyQuote


Subject
Written By
Posted
Re: java.sql.SQLException: Syntax error or access violation: You have an error
March 18, 2005 07:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.