Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > ADO Data > ActiveX error i...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 4209 of 4320
Post > Topic >>

ActiveX error in odd location...

by "Ron B." <wednesdaytennis@[EMAIL PROTECTED] > Apr 15, 2008 at 11:36 AM

Okay, so I have a VB6 application that is using "disconnected ADO
recordsets" to store and process data.  It works fine on a ton of
computers, but I have a new client that can't get the application to
run.  Plus this problem is occuring on two different computers at the
client location.

My code is basically as follows...

>> Dim rsResult    As ADODB.Recordset                    'dim variable
>> Set rsResult = New ADODB.Recordset                  'create new
recordset
>> rsResult.Fields.Append "RecID", adInteger             'append fields to
recordset
>> rsResult.CursorLocation = adUseClient                   'set the cursor
location for disconnected recordset
>> rsResult.CursorType = adOpenStatic                     'set the cursor
type for disconnected recordset
>> rsResult.Open                                                     
'open the recordset

I get an error "429 ActiveX Component can't create object".

The odd part is that I do NOT get the error on the "Set rsResult = New
ADODB.Recordset" line.
I get the error on the "rsResult.Open" line.

I have confirmed that the client is running MDAC 2.8.  Any ideas what
might be going on here for ONE client when it runs fine for 5-6 other
clients?

Thanks for your help!!!
 




 3 Posts in Topic:
ActiveX error in odd location...
"Ron B." <we  2008-04-15 11:36:14 
Re: ActiveX error in odd location...
"Bob Barrows [MVP]&q  2008-04-15 19:26:29 
Re: ActiveX error in odd location...
"Ralph" <nt_  2008-04-15 20:10:56 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 15:44:02 CST 2008.