on 2018 Mar 13 11:17 AM
So I've got ASA8 running on a server and it has 2 databases - dmcc and rtm
If I try to connect from ISQL client or from a PHP app to either one, it's fine.
However, if I try connecting from ColdFusion (which connects via JDBC) I am suddenly getting dmcc, whichever datasource I try to connect to. If I shutdown dmcc, then I can connect to rtm, but if I have them both running, then I seem to get no say in which database the connection is to!
I think this is a fairly recent behaviour change. Any ideas what might be going on, and how I might deal with it?
OK - that was it! Thanks for focussing my thinking there. It's supposed to be jdbc:sybase:Tds:<serveraddress>:2638?ServiceName=rtm6000_m1011
How silly am I?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I converted your response to an answer.
This is one of several differences in jConnnect behaviour depending on if you are using ASE based and SQL Anywhere based environments. jConnect was designed for use with ASE and required some changes in dealing with some aspects of SQL Anywhere. This is one example. Another relates to autostarting databases which applies only to SQL Anywhere. This uses the RemotePwd mechanism to pass connection parameters to SQL Anywhere.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.