Skip to main content
vksrinu
Inspiring
August 3, 2011
Question

how to connect to Ingres DB

  • August 3, 2011
  • 1 reply
  • 1065 views

i see that CF9 does not have supporting drivers for Ingres DB. does any one know how to connect to Ingres database.

This topic has been closed for replies.

1 reply

Inspiring
August 3, 2011

Get hold of an Ingres JDBC driver from [somewhere else... google will know] and use that.

Connecting to other data sources:

http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fe9.html

--

Adam

vksrinu
vksrinuAuthor
Inspiring
August 4, 2011

Is there any other way? if we are going with other datasources we need to

have those external drivers.

srinivas

Owainnorth
Inspiring
August 4, 2011

There is no other way. Java needs a JDBC driver to connect to a database. If it doesn't come shipped with it (which it does not) then you'll need to install it yourself.