cancel
Showing results for 
Search instead for 
Did you mean: 

CRConfig.xml

Former Member
0 Kudos

Does CRConfig.xml support more than one JDBC driver ? It has just one jdbc url tag.

My CTConfig has driver details for Postgresql. How do I add JDBC driver details for Oracle db ?

<JDBCURL>jdbc:postgresql://localhost:5432/dbname</JDBCURL>
<JDBCClassName>org.postgresql.Driver</JDBCClassName>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pradeep,

as far as I know those tags are not required to be filled in. I have only filled it in to be able to use it in Crystal Reports at a later stage.

So if you would like to use more then one JDBC driver you must define it in Crystal Reports. Also you must add the file location of the .jar file of the driver (do this in de CRConfig.xml between the tags).

I hope this all made some sense.

Greetings,

Edwin Sauvé

Edited by: Edwin Sauv on Nov 18, 2008 3:03 PM

Former Member
0 Kudos

Thanks Edwin

Answers (0)