|
On 5/27/2014 8:44 PM, Booth Martin wrote:
AS400 system = new AS400("jdbc:as400://123.456.789.012", "USERID",You're trying to mix a JDBC URL with a basic hostname AS400 connection.
"PASSWORD1", "myMEServer");
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 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.