Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Couldn't use find
Message
From
15/04/1999 09:17:28
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Couldn't use find
Miscellaneous
Thread ID:
00208537
Message ID:
00208537
Views:
53
this statments
Dim xdata As Database
Dim xcon As Connection
Dim xstr As String
Dim xrst As Recordset

Set xcon = New Connection

With xcon
.Provider = "Microsoft.Jet.OLEDB.3.51"
.ConnectionString = "c:\vbapps\walmart\walmart1.mdb"
.CursorLocation = adUseNone
.Open
End With

Set xrst = New Recordset
xrst.Open "stores", xcon, adOpenKeyset, adLockOptimistic

With xrst
.MoveLast
.Find "storenumb='0005'"
MsgBox (xrst!storenumb)
End With

gives the error as

'the operation requested by the application is not supported by the provider'

any help is greatly appreciated

shashi
Reply
Map
View

Click here to load this message in the networking platform