The IBM i is a proprietary platform from IBM, which runs on their Power Systems and Pure Systems, and contains a DB2 database integrated into the IBM i OS.
I want to drop a column called id which is an auto incrementing PK. The SQL: alter table "CO88GT"."…
db2 ibm-midrange db2-400I am getting this Error on Insert statement to AS400 database, using Java with JDBC.
sql ibm-midrangeI'm using the JTOpen JDBC driver for a DB2 Universal database. I have very little experience with SQL beyond simple …
java sql jdbc db2 ibm-midrangeI'm trying to connect to a client's IBM AS/400 DB2 Database from an Ubuntu Server using PHP's ODBC Driver. I …
ubuntu db2 ibm-midrange unixodbcI have a client running an AS/400. I have to ftp a flat file over to them. They tell me …
ibm-midrange carriage-returnI recently got into the IBM's RPG world, so while writing some code and reviewing other people's code I've found …
ibm-midrange rpgle rpgI am trying to put together a table that will take a full date, YYYY-MM-DD, pull out only the month …
sql db2 ibm-midrangeI'm still a bit of a noob, so pardon if this question is a bit obvious. I did search for …
sql db2 ibm-midrange squirrel-sqlI was trying to access the IFS using map network drive. It prompted the dialog asking for user name and …
ibm-midrange network-driveIs there any easy way to directly return the length of character and type variable in RPGLE? The length I …
ibm-midrange rpgle variable-length