Hey everyone,
I'm using an Oracle 11-XE database and I'd like to connect to it using AutoIt. I almost get every Database-Client-Software running except doing this with AutoIt.
tnsping my_external_db is <OK> ... So TNS is working fine.
AutoIt is giving me the following:
What am I doing wrong? For me it seems like using the wrong Provider...
Using Provider=MSDAORA.1 gives me: ORA-06413 ... Where can I research, which one I have to use?
#include <GUIConstants.au3>
Dim $oM