OVH Cloud OVH Cloud

error SQLSETCONNECTATTR

1 réponse
Avatar
bureau_etude
HELLO,

With VB 6.0 SP4 and WINDOWS 98, i have a program updating a distant
database
with an ODBCLINK SE 32 LINK (version 5.56.12.00). this program fail on
the
instruction : mytable.update with a message " driver's
SQLSETCONNECTATTR failed". when using a RDO connection in the program,
all is running well.
i should keep this RDO method but, when executed in a WINDOWS 2000 PRO
environment, the program fail on opening of RDO object with message :
" ACTIVEX component cannot create object ".
many thanks for your help .

1 réponse

Avatar
Zoury
Hi PML! :O)

It seems to me that the Win2K computer doesn't have the RDO library installed.
Did you deploy the application using the Package and Deployment Wizard?! It
might worth a try.

Also you might want to try a english group though since this one is intented for
french speaking people.

I would suggest you this one.
microsoft.public.vb.general.discussion

Good luck.

--
Best Regards
Yanick Lefebvre - Microsoft Visual Basic MVP
http://faq.vb.free.fr/?rubrique=0 - http://www.mvps.org/vbnet/
http://www.mentalis.org/agnet/apiguide.shtml - http://www.mztools.com/
"PML" wrote in message
news:
: HELLO,
:
: With VB 6.0 SP4 and WINDOWS 98, i have a program updating a distant
: database
: with an ODBCLINK SE 32 LINK (version 5.56.12.00). this program fail on
: the
: instruction : mytable.update with a message " driver's
: SQLSETCONNECTATTR failed". when using a RDO connection in the program,
: all is running well.
: i should keep this RDO method but, when executed in a WINDOWS 2000 PRO
: environment, the program fail on opening of RDO object with message :
: " ACTIVEX component cannot create object ".
: many thanks for your help .