
July 25th, 2000, 03:53 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
<i><b>Originally posted by : Doug Seven (doug.seven@codejunkies.net)</b></i><br /><br />They represnt the numeric constant for the CursorType and LockType.<br /><br />Cursor Type<br />Constant Value <br />UNSPECIFIED -1 <br />FORWARDONLY 0 <br />KEYSET 1 <br />DYNAMIC 2 <br />STATIC 3 <br /><br />Lock Type<br />Constant Value <br />UNSPECIFIED -1 <br />READONLY 1 <br />PESSIMISTIC 2 <br />OPTIMISTIC 3 <br />BATCHOPTIMISTIC 4 <br /><br />Doug Seven<br />CodeJunkies.Net / ASPNextGen.com<br />doug.seven@codejunkies.net<br /><br />------------<br />Mike at 7/25/2000 11:45:55 AM<br /><br />rs.open strsql, conn, 2, 2<br /><br /> What do the 2,2 mean at the end of this statement? I've been looking for the meaning and can't seem to find it anywhere.<br /><br />Thanks for the help :^)<br />
|