Please give me the code….
AS/400
AS400 printer?
Ok so my workplace has a as400 netowkr setup and everything has been working fine with this liexmark printer until today. It simply will not print and defies all logic why it wont. There are no messsges waiting for it, it is assigned to a queue, the prpinter is on, detected, set up, and communicating. [...]
About AS400, how can we access physical file by JDBC?
Does anyone could me resolve this: I need to access AS400 to read rows from a physical file, we assumae the file is in Library : Michael i code as below: import com.ibm.as400.access.*; import java.sql.*; public class TestJT400{ public static void main(String aa[]){ DriverManager. registerDriver (new AS400JDBCDriver()); Connection c = DriverManager. getConnection (“jdbc:as400://SysName”, “UserID”, “Password”); [...]