Uniface Microsoft SQLserver driver
Author: gianni.sandigliano@unifacesolutions.com (gianni)
I am currently fighting with DB concurrency in a Uniface with Microsoft SQL server installation. We experienced some troubles when reading VIEWS mapped to Uniface entities and underlying tables are at same time INSERTED/UPDATED. Suggestions from experts are to lower the lock level applied to select instruction on views using some SQL hints. My question is: latest Uniface driver vs Microsoft SQL server (U4.0 or U5.0) is using or could use WITH (NOLOCK) or better WITH (READPAST) SQL hints when SELECTing on NO UPDATE entities? Thanks for any answer. Gianni