Page 1 of 1

Reading Oracle database without ODBC ?

Posted: 26 May 2015 7:19
by Tonton Luc
Hi,

Instead SQL requests + ODBC, is there maybe an other way to read some datas in an Oracle database ?

Posted: 26 May 2015 8:22
by Thomas Linder Puls
We do not provide support for any other way.

Why don't you want to use ODBC?

Posted: 26 May 2015 8:32
by Tonton Luc
By "other" way, I mean : "easy" way.
I've any problem to use ODBC.
It was just a question.
Thanks.

Posted: 26 May 2015 8:44
by Peter Muraya
I'm not familiar with Oracle, but I have used DAO/COM technology to access an Microsoft Access database hoping that the Seek method would retrieve records faster than the equivalent ODBC method. It was much more work with no visible difference, so I reverted back to ODBC.

Posted: 26 May 2015 8:49
by Tonton Luc
Thanks too, Peter.