Page 1 of 1

How to connect to Oracle database

Posted: Wed Apr 08, 2015 6:40 am
by avak25
Hello,I want to connect to an Oracle Database via Stimulsoft (stand alone and not via Visual Studio) and make some reports BUT I can't find out how to.
I know that I should make a connection but what connection string should I use?
thank you very much.

Re: How to connect to Oracle database

Posted: Wed Apr 08, 2015 1:26 pm
by Alex K.
Hello,

You can use the standard OleDb or ODBC connection for connect to the Oracle. Also you can use the additional adapters for direct connection.
You can find it by the following link:
http://www.stimulsoft.com/en/downloads/database-packs

Correct connection string depends by the type of adapters which you are use. You can find all Oracle connection strings by the following link:
http://www.connectionstrings.com/oracle/

Thank you.