
Error Using ADO Command object
What is the error? Is this on another computer or your development
computer? What version of ADO are you using? What do you have cmdObj
dimmed as?
Kevin Williamson - Microsoft Visual Basic Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
reserved.
--------------------
| Subject: Error Using ADO Command object
| Date: Thu, 15 Nov 2001 10:23:57 -0600
| Lines: 19
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
| Newsgroups: microsoft.public.vb.com
| NNTP-Posting-Host: crtntx1-ar3-4-3-114-204.biz.dsl.gtei.net 4.3.114.204
| Path: cppssbbsa01.microsoft.com!tkmsftngp01!tkmsftngp04
| Xref: cppssbbsa01.microsoft.com microsoft.public.vb.com:21755
| X-Tomcat-NG: microsoft.public.vb.com
|
| Hello
|
| I made a Dll in which I have ADO connection and Command object.
| This DLL is used by another application.
|
| When I test this DLL from my group project it is running fine. But when
the
| other application calls this DLL, it is throughing error on instantiating
| the command object
|
| ie: Set cmdObj =New ADODB.Command
|
| Is that something to deal with COInitialize ?
|
| Any help is appreciated.
|
|
| Thanks
|
|
|