Apr 25, 2001 #1 Mike25 Programmer Apr 25, 2001 2 US Need to know how I can connecto to an informix database in read only method..... In iformix you set Isolation to dirty read.
Need to know how I can connecto to an informix database in read only method..... In iformix you set Isolation to dirty read.
Apr 26, 2001 #2 MatsHulten Programmer Dec 29, 2000 180 SE Open your recordset as read only. rs.Open Source, Connection, CursorType, adLockReadOnly Good Luck! -Mats Hulten Upvote 0 Downvote
Open your recordset as read only. rs.Open Source, Connection, CursorType, adLockReadOnly Good Luck! -Mats Hulten