hoa01206
October 15th, 2001, 03:15 PM
Hello all,
Here is my problem:
The MSDN help line states that:
(For example, the OLE DB Provider for Microsoft Jet supports Seek and Index.)
Microsoft.Jet.OLEDB.4.0
If rs_Table.Supports(adIndex) And rs_Table.Supports(adSeek) Then
end if
But when I try to use the support method to verify that, the return value is false. It says my provider does not support these two methods. Thus, I can not use the methods Index and Seek.
Could anyone help please.
Thanks
Hisham
Here is my problem:
The MSDN help line states that:
(For example, the OLE DB Provider for Microsoft Jet supports Seek and Index.)
Microsoft.Jet.OLEDB.4.0
If rs_Table.Supports(adIndex) And rs_Table.Supports(adSeek) Then
end if
But when I try to use the support method to verify that, the return value is false. It says my provider does not support these two methods. Thus, I can not use the methods Index and Seek.
Could anyone help please.
Thanks
Hisham