Which library reference should I use for recordset.clear in vb coz I get "data member not found" error!!

VB recordset

_ Depends on what you’re using.. if you’re using ADO:

adodb.recordset

This is what you would instantiate to use ADO controls.

This entry was posted in reference library. Bookmark the permalink.

2 Responses to Which library reference should I use for recordset.clear in vb coz I get "data member not found" error!!

  1. agbrisco says:

    _ Depends on what you’re using.. if you’re using ADO:

    adodb.recordset

    This is what you would instantiate to use ADO controls.
    References :

  2. KaBalweg says:

    If you’re using a ADODB, you have to first add ‘msado20.tlb’ or higher in your project. To add, go to Project>References, select and check ‘Microsoft ActiveX Data Objects 2.0 Library’.

    For more free VB source codes, visit: http://smartcoder.awardspace.com

    KaBalweg
    http://smartcoder.awardspace.com
    References :