× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



The final solution is always "easy". *Getting* to that final solution is the hard part (says Pete who has spent three weeks compiling and updating tools on an older Linux distro *JUST* to get an "easy" Java program to run on said Linux distro....)

Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java

On 5/28/2014 12:15 PM, Booth Martin wrote:
Oh wow. Thank you.

I am amazed a how easy this turns out to be, Cell phone to dataque in 50 lines of code or less.

I am impressed.


On 5/28/2014 8:00 AM, David Gibbs wrote:
On 5/27/2014 8:44 PM, Booth Martin wrote:
AS400 system = new AS400("jdbc:as400://123.456.789.012", "USERID",
"PASSWORD1", "myMEServer");
You're trying to mix a JDBC URL with a basic hostname AS400 connection.

Your statement should look like this:

AS400 system = new AS400("123.456.789.012", "USERID", "PASSWORD1");

david





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.