Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating index with ADO (SQL SERVER)

Status
Not open for further replies.

MALICKA

Programmer
Oct 16, 2002
46
HK

HI i am trying to use seek but Private Sub Class_Initialize()


rs.CursorLocation = adUseClient
rs.Open "Table", Conn, adOpenDynamic, adLockOptimistic, adCmdTableDirect

rs.Index = "primary key"

end Sub

i get the follwing error
on index

Runtime error 3251
current provider does not support the necessery inerface for index functionality


i use find menthod now its very slow
any suggestion pls
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top