Hello Experts,
i'm wondering about two different scenarios while executing exactly the same sql statement.
Here is the statement:
SELECT COUNT(*) AS Counter FROM MOVEMENT WHERE (MOV_CTIME BETWEEN '25.07.2018' AND '30.07.2018') AND MOV_TYPE='K' AND MOV_SRC_LOC_CODE LIKE 'L1MT%'
It works perfectly with the Java odbc driver directly from Oracle (JDBC@DBeaver Client) but not with VBA@Excel.ADO. I both cases i'm getting a recordset with one record which is correct in the
first case and 0 in the second.
So why is that?
Somebody has a solution?
Thanks for support
Frankie.