why When I use ADO's cn.BeginTrans,error: can't begintrans with firehose?
Re: why When I use ADO's cn.BeginTrans,error: can't begintrans with firehose?
if I understand the documentation correctly, a firehose cursor is a read-only cursor.
Thus transactions don't make sense, do they?
Re: why When I use ADO's cn.BeginTrans,error: can't begintrans with firehose?
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