Is the following workflow possible with Informatica Powercenter? AS400 -> Xml(in memory) -> Oracle 10g stored procedure (pass xml as param)
I am using the JTOpen JDBC driver to connect to the iSeries (aka AS/400, IBM System-i, IBMi, WTH?!...).I am having problems with a particular statement and it appears I need to go 开发者_Go百科back to
I want a stored procedure to return the primary key of the new record after it gets executed. I think it will be returned by OUT parameter in the procedure. But how to select the newly inserted row ID
I was trying to delete a record from a table in AS/400 database. I got an error message saying that there is a referential i开发者_开发百科ntegrity to another table XYZ in the same Schema ABC.
getting really close to running my first stored procedure. This one compiles but when I run it with call test.fttest5(\'YEAR\'); it throws an error
i have string type abc_01, abcd_01 or开发者_JAVA百科 02 now i want the substring upto _ ie abc_,abcd_ etc. I am using db2 as400 .Please suggest the processing through RIGHT or LEFT functionUse the POS
I may be confused here (开发者_运维技巧or over my head). I am trying to connect to an IBM i (aka iSeries) and I want to try to use the Entity Data Model to implement this. The help I have found onlin
Since Java 7 is comming I was wondering how much time it would take to have the IBM JVM running Java 7 on IBM i systems? (AS400)
I am setting up fir开发者_高级运维st console session on iSeries. How do reset console password on PC and iSeries without access to a console?You can use the control panel to reset the password witho
I have written a delphi application that allows a user to define a query and run it over a DB2 database on an IBM System i using a TADOQuery component with the IBM DB2 OLE DB Provider.