My application is in VB.Net and I\'m using the driver of IBM Client Access to access data on our IBM iSeries server.
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_开发技巧 Want to improve this question? Update the question so it can be answered with facts and citati
I am getting a error in AS/400 while running a RPG program...I am trying to call a java method from my RPG program. I have added tw .jar file called mail.jar and activation.jar in the classpath varibl
Im new to Microsoft entity framework and开发者_JS百科 wonders if it\'s possible to use this framework with a DB2 iSeries AS/400? Are there any problems at all when working with this kind of \"legacy s
I want to drop a column called id which is an auto incrementing PK. The SQL: 开发者_StackOverflow中文版
If 开发者_C百科my title hurts your head... I\'m with you. I don\'t want to get into why this table exists except that it is part of a legacy system, also the system does \"record level access\"(RLA) a
I am usingQtmhWrStout API(in AS/400 SERVER) using RPGLE language to write the HTML code for my display page to the browser(client-side). My HTML code is embedded in my RPG-CGI program (.pgm), I have k
I have a table that does not have a PK and I need to add one. I was just going to add an an auto incrementing int as the last column (the database is not fully SQL so where I add the column actually
I am using a ISeries Access ODBC Driver to retrieve data from a AS400. The connection code looks something like this:
How to write a RPG-CGI program to generate a HTML page which contains a java-script program having function xxx() { aaaaaaaaaaaa; ssssssssss; }. When written in using Hex code constant it is being cha