on 2013 Oct 10 5:08 PM
I am working on a sybase-iq server Sybase IQ/15.4.0.3014
I have a working query to update one field of a table as below
update table1 set a.field1= b.some_value from table1 a, table2 b where a.id = b.id
This is working fine when I execute it from a sql session. When it is being called from a high level application, I am getting the below error for the above query
SQL Exception code is 7301
Update operation attempted on non-updatable query
I am not able to find why I am getting this error. Is there any solution to amend the query. Searching on the internet is not helping much.
Have anyone come across such issue?
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.