Results 1 to 1 of 1
Thread: sql calls lock the iseries table
- 12-09-2011, 07:19 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 1
- Rep Power
- 0
sql calls lock the iseries table
When I am choosing an AS400 job default library list,a database table is getting locked while querying that table through SQLContext.Is there a way of querying that table without creating a lock or remove the lock after the query is over? or what is the solution?
code:
context.getSQL();
RowCollection rc = (RowCollection)context.execute();
context.clear();
return rc;
Similar Threads
-
Lock a folder
By nchouhan15@gmail.com in forum New To JavaReplies: 4Last Post: 03-13-2012, 08:33 AM -
Text Box Lock Up
By Indegon in forum New To JavaReplies: 6Last Post: 11-12-2010, 01:17 AM -
lock on class
By rajinder5 in forum New To JavaReplies: 0Last Post: 10-13-2010, 10:08 AM -
lock a file
By flaca in forum New To JavaReplies: 3Last Post: 08-19-2008, 03:00 PM -
JDBC iSeries
By violinssoundcool in forum New To JavaReplies: 1Last Post: 01-23-2008, 04:29 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks