DOJEUN's Notepad
 LISTへ 

【VB】ADO Recordset で RecordCount プロパティが -1 を返す場合

ADO Recordset で RecordCount プロパティが -1 を返す場合


・プロジェクトの参照に「Microsoft Active Data Object 2.0 Library」追加

  Dim rs As ADODB.Recordset
  Set rs = New ADODB.Recordset
  rs.CursorLocation = adUseClient <--- これを指定する。
  ...

・参照:http://support.microsoft.com/kb/194973/ja