Sybase access without TDS

Hi all -

I’m trying to ensure that all the solutions data is encrypted “in-transit”. Servoy server has that covered when accessing data via the solution and the database server and the Servoy server are on the same physical server. But there is a need to access the database over by other clients (iReport and Sybase Central). It seems the only way to do this securely is to turn TDS access off. This breaks the connection between Servoy server and Sybase. How can I access Sybase from Servoy without TDS? I’m sure there is some combination of driver and URL that will work, but I’ve spent a lot of time looking and so far “I dunno”. Thanks.

In answer to my own questions, I was able to get the iAnywhere JDBC driver working instead of the jConnect driver that, I believe, ships with Servoy. If anyone else is using this jodbc.jar driver, and has figured out a way for Servoy to connect to the Sybase server over shared memory instead of just TCPIP, please let me know. Thanks.

I could have sworn I posted this earlier???