Invalid datetime format with odbc connection (VBA, Excel)
555070Jan 8 2007 — edited Jan 9 2007Hello!
I try to use QueryTable to extract data from the oracle-db.
Source:
sConn = "ODBC;DSN=" + odbc_dns + ";"
Set oQt = tabelle.QueryTables.Add(Connection:=sConn, Destination:=tabelle.Range("a5"), sql:=sSql)
oQt.Refresh
As result I get this error message:
"[Oracle][ODBC] Invalid datetime format"
Is there any setting I need to do?
regards
Pietro