Being both an experienced VB and COBOL developer - just a few comments on my current experiences as team leader on this very topic:-
I have been involved in a migration of a legacy COBOL (Microfocus NetExpress) system on ISAM into SQL Server for 2 years now. It was decided that we would...
Things are a little bit more complicated than this. In a normal SQL structured environment - you normally do have 'controlled' transactions. This application is an extreme legacy C-ISAM product and in effect we are replacing C-ISAM reads/inserts/updates/deletes with calls to libraries which...
Thanks for your input - have tried this one but unfortunately I do actually need the RR Isolation Level in the application for other reasons.
(I should have noted this down originally) I have tried most things like various (applicable) isolation levels, different cursor definitions and...
There are a couple of bugs in SQL Server whereby Locks applied by Cursors are not dropped when the Cursor is closed - does anyone know of a way round this other than dropping the connection?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.