asp_ado_rds thread: SQL Server 7.0 not supporting Keyset Cursors ??
While opening a Recordset from VB I set the CursorType property to adOpenKeyset. When my VB application is run, I want to display the value of the cursor type property in a label. Now I run the VB application, it is displaying value "3" for both Static and Keyset Cursors type. My Question is that whether SQL server 7.0 supports Keyset cursors ?? If yes then why is the value 3 being displayed for Keyset cursors ?? Thanks?
|





