programmher
Programmer
Hello again from stored procedure land. I have now encountered some SPs that specifically use the "nolock" function.
My question is - do I have to reproduce this in my CF code? Do the tables affected by the process that occurs between CF and the SQL tables really need a no-locking function?
My question is - do I have to reproduce this in my CF code? Do the tables affected by the process that occurs between CF and the SQL tables really need a no-locking function?