I'm trying to set up a JDBC connection to an SQL Anywhere database
I've been told that all I need to do is choose 
>Datasources/ Other:
>
> CF data source:  appropriate name
> JDBC URL : jdbc:ianywhere:dsn=*** (name defined with ODBC manager )
> driver class:  ianywhere.ml.jdbcodbc.jdbc3.IDriver
> class: JDBC
> Username:  appropriate name

However attempts to verify produce an error:
connection verification failed for data source: appropriate name
java.sql.SQLException: Timed out trying to establish connection
And I find in CF\runtime\logs\coldfusion-err.log
java.lang.UnsatisfiedLinkError: no dbjodbc10 in java.library.path

So.. my question is .. where is my java.library.path ?

BTW .. I can create a datasource with
> JDBC URL : jdbc:odbc:dsn=*** (name defined with ODBC manager )
> driver class:  ianywhere.ml.jdbcodbc.IDriver
but I'd like to get as far away from the ODBC Server as possible..

Any guidance would be greatly appreciated.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285431
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to