We have a VERY old 400, on the order of 10-15 years 开发者_运维问答old, and I need to migrate the data out of it so it can be retired.I have ODBC connectivity to it through a program called QTODBC tha
We have a small old project in Net.data where some development is still occurring. I have the IBM manual开发者_运维问答s for this product.
To query the last 7 days from today in as400 as it stores the dates in char type how to retrieve the results from today as i tried using such as
i have to call an AS400 prog by a java class. i\'ve found the method ProgramCallDocument(connexion, \"myProg\");
I have SSIS package that downloading data from table in AS400 server to table in MSSQL, I\'m using IBM AS/400 Client 开发者_如何学编程Access Express driver to access the as400, but data that contains
I am running a server program, written in C running on PASE on an iSeries machine. PASE (Portable AIX Solutions Environment) is a simulation of AIX on IBM iSeries machines.
I am using an odbc connection to an as400, I know the connection string is proper and working as all my other queries work without any problem.
Can we take a tilde delimited file and feed it to AS400 as is, or does the file need to be converted to fixed width?I am told by the AS400 engineer that the file needs to be converted to fixed width.
How to see ho开发者_StackOverflow中文版w tables are related with IBM System i Access for Windows?
I\'m having a problem with the Data Queue object. I\'m sending messages to an iSeries program (aka AS400) through a Data Queue object in Java. I can write to the iSeries and read the response but the