I have a script which is able to pull data from oracle in insert in mssql. it works in the . When I move the compile app to prod machine which is using vmware, the system give the following error code:
adodb.connection : 3704
operation is not allowed when object is closed.
any help pls.
Script work in Devl but not in Prod Vmware machine
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Maybe it's not able to connect to the server? Can you post the code?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Code is correct only error with MDAC
Sorry guy for late reply, i managed to solved it by using pracle odbc. Previously I used microsoft odbc for oracle, I keep getting error on vmware, but after change odbc to oracle odbc driver, everything works without any code change