rmagalhaes90
New Member
- Joined
- May 16, 2019
- Messages
- 2
Hi All,
Thanks in Advance
I am having issues with a script that I am trying to run, when I run a simple query it prints out the result but when I query any table on the DB it does show anything and prompts me an error. I ran both queries on PL/SQL and got the correct results, any ideas why it is happening?
Simple query that I have mentioned that works:
==============================================================
' TxtQuery1 Give recordset rows
TxtQuery1 = "select 1 as A, 2 as B, 3 as from dual union select 4 as A,5 as B,6 as C from dual union select 7 as A,8 as B, 9 as C from dual"
===========================================================
"Either EF is True, or the current record as been deleted.
Requested Operation requires a current record"
It works on Excel 32bit but we have to upgrade our clients to 64bit.
Maybe it gives some light:
Microsoft ActiveX Data Objects 6.1 Library
Oracle client 18.0.0.0 64bit
Thanks.
Thanks in Advance
I am having issues with a script that I am trying to run, when I run a simple query it prints out the result but when I query any table on the DB it does show anything and prompts me an error. I ran both queries on PL/SQL and got the correct results, any ideas why it is happening?
Simple query that I have mentioned that works:
==============================================================
' TxtQuery1 Give recordset rows
TxtQuery1 = "select 1 as A, 2 as B, 3 as from dual union select 4 as A,5 as B,6 as C from dual union select 7 as A,8 as B, 9 as C from dual"
===========================================================
"Either EF is True, or the current record as been deleted.
Requested Operation requires a current record"
It works on Excel 32bit but we have to upgrade our clients to 64bit.
Maybe it gives some light:
Microsoft ActiveX Data Objects 6.1 Library
Oracle client 18.0.0.0 64bit
Thanks.