Posted By:
Anonymous
Posted On:
Friday, May 3, 2002 11:31 AM
Hi,
I have a folowing code in my program
AS400 as400 = new AS400();
as400.connectService(AS400.DATAQUEUE);
DriverManager.registerDriver(new com.ibm.as400.access.AS400JDBCDriver());
// AS400 connection - pusher
pusher = DriverManager.getConnection("jdbc:as400://MySystem");
When I run my program I'm getting "Sign on" window twice. Could you please give me the idea How I can get the info (MySystem, UserID, Password) from the first "Sign on" window and place them in connection string, so I will get just one "Sign on" window