Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek not supported
Message
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Seek not supported
Miscellaneous
Thread ID:
00396272
Message ID:
00396272
Views:
50
Hi

I am getting this error message after the Seek command
run-time error 3251

which means the operation is not supported by this provider.

when I issue this code return not supported

Private Sub Command1_Click()
If rstUnit.Supports(adIndex) Then
MsgBox "index supported"
Else
MsgBox "not "
End If
If rstUnit.Supports(adSeek) Then
MsgBox "seek support"
Else
MsgBox "not "
End If
End Sub


I am using "Microsoft.Jet.OLEDB.4.0" access 97, and VB6 with SP6

anyone have any idea how to solve this.

Thankx in advance
<><><><><><><><><><><><><><><><><><><><>
<><> REMEMBER,,,,KNOWLEDGE IS POWER <><>
<><><><><><><><><><><><><><><><><><><><>
Next
Reply
Map
View

Click here to load this message in the networking platform