Sorry if this is a re-post, but I don't believe my initial post went
through...
I am getting error 429 (Can't create Active X object) at the client
machine when the following code executes:
On Error GoTo errhandler
connStr = "dsn=ExDB;uid=sa;pwd=;"
Set rde = rdoEngine.rdoEnvironments(0)
Set rdc = New RDO.rdoConnection
rdc.LoginTimeout = 120
rdc.QueryTimeout = 120
Set rdc = rde.OpenConnection("", rdDriverNoPrompt, False, connStr)
Here is the interesting scenario:
1) When this code was initially rolled out, it worked fine at client
computers.
2) The project was installed on a new development machine. This
machine has all of the same installs as the prior machine, and can
execute the code fine (in both the IDE and alone). However, when
just the EXE file is distributed to the client machines, it no longer
works...
Has anyone else had a similar experience?
Thanks in advance for any insight...
Bill Grant
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---