dbTalk Databases Forums  

Help with ActiveX DTS with recordsets (seek and indexing required)

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Help with ActiveX DTS with recordsets (seek and indexing required) in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ben
 
Posts: n/a

Default Help with ActiveX DTS with recordsets (seek and indexing required) - 11-25-2005 , 10:23 AM






Hello,
I am trying to create an ActiveX script to run in a dts package (SQL
Server 2k) that automates a section of code from vb (currently running from
access). The problem is im getting the following error message:

"Current provider does not support the necessary interface for Index
functionality"

The connection string is:

oConn.Open "Provider=sqloledb;Data Source=(local);Database=db;User
ID=sa;Password="

my research has shown that recordsets using sqloledb do not have the .seek
and .index functionality, but my question is how else can i perform the same
tasks? can i change the provider?

thanks


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.