cancel
Showing results for 
Search instead for 
Did you mean: 

ADS and Java

paola_bruccoleri
Explorer
0 Kudos

In the company we have ADS 11.1
I am trying to connect to ADS (free tables) from java and I can not. (It is a web application developed with play framework 2.0.4)

Someone will have a simple example in java how to connect to the tables located in another pc of the lan?
I have already installed the JDBC driver on my PC.

I am using this connection string:

jdbc:extendedsystems:advantage://192.168.0.5:6262;catalog=D:\\ah\\Marcrefe\\archivos;TableType=cdx;LockType=proprietary"


From ARC I can access perfectly. I want to try a simple java program and see if it is a problem of Play framework, network or something else. I must discard problems.
Thanks so much for any help.

Accepted Solutions (1)

Accepted Solutions (1)

michael_loop
Contributor
0 Kudos

You can download sample programs and tools from http://devzone.advantagedatabase.com/dz/content.aspx?key=3. Note that these are very old samples and are provided as-is, with no warranty. Download them with Firefox, for some reason other browsers refuse to complete the download.

Answers (1)

Answers (1)

paola_bruccoleri
Explorer
0 Kudos

Hello Michael

Thank you very much for your prompt reply.

With what I found out there, I was able to create a java console program and I can connect to the ADS server perfectly.
Little by little I am trying to get to where the problem is, that now it is evident that it is in some dependency that is not being resolved in playframework.

Many greetings