My company has asked us to update tables using ROWID in SELECT statements instead of UPDATE as it takes less server resources (no idea if that's true, just want they told us). This works fine for single table queries and even some simple two table joins. Recently I wrote a query that links tables across different databases and I defined the ROWID with the table I want it to be able to modify. If I entered a value in the table and hit commit, it seemed like it worked, but if I rerun the query or look for the update, it's not there. Is this a limitation of ROWID or is there a solution? Thanks!
↧