2007-11-22 12:53:32 UTC
Hi,
I'm trying to get the jprogress environment to work.
For this test I use a Progress 8.3E database and java 1.5.0.12 (jdk and jre).
I've followed all steps in the readme file to set up the server and the client.
All seems to be set up well (including propath and classpath).
I've successfully set up the server side (db is running multi-user, BlastServer is started in Standard Mode)
ExampleClient.java is edited to look at the right portnumber of the host.
When I run the ExampleClient to call x.p as sampled in the readme file, the server does actually do something because there's new logging is shown in the dosbox of BlastServer (v7.03)
But the problem is that the ResultSet returned from db.run("x.p", "", params) is empty. That is, the method rs.size() returns a value of 0 !
Can you help me out a little further?
Thnx in advance for the response.