Click to See Complete Forum and Search --> : why When I use ADO's cn.BeginTrans,error: can't begintrans with firehose?


October 7th, 1999, 06:03 PM
my email: shi_w@hotmail.com

Lothar Haensler
October 8th, 1999, 06:09 AM
if I understand the documentation correctly, a firehose cursor is a read-only cursor.
Thus transactions don't make sense, do they?

October 8th, 1999, 06:40 AM
but sometimes the error appear,sometimes it doesn't appear,why?
on error goto dberr
cn.BeginTrans 'Expression is right,but execute it is error
...
cn.commitTrans