HI All, I have created one simple stored procedure in AS400. It has only one input parameter and I compiled and created it successfully. Now I need to call this procedure in SSIS to move data from so
I\'m having great difficultly making my DB2 (AS/400) queries case insensitive. For example: SELECT * FROM NameTable
I am trying to pull the contents of an AS/400 file back to a da开发者_StackOverflow中文版ta-bound .NET WinForms DataGridView (VS 2010).The query itself is no problem, and I am able to bind everything
I\'m trying to retrieve as400 data into a gridview by passing a value to a parameter from data stored in a session variable, gathered from a text box. If I hardwire the query selection, it works fine,
I, I am looking for a way to share a sql connection between two (or more) C/C++ executables. By sql connection sharing, i mean to have a transactional context in common : the A module can start the
I am trying to create a delimitted string from the results of a query in DB2 on the iSeries (AS/400). I\'ve done this in T-SQL, but can\'t find a way to do it here.
I am attempting to create a telnet client that I can use to transfer green screen RPGLE apps to fancier client applications. I am able to establish a sockets connection and I have sent in a default \"
I know how to access the iSeries using VB.NET. I us开发者_StackOverflow社区e an OLE DB connection to connect to it. Now I am developing an ASP.NET web application using VB.NET that is going to use the
I have this weird problem, web application connecting to AS400 DB2 server through JNDI, getting connection from JNDI happens to last for about 930-960 seconds!!! Usually it takes 4ms to get a connecti
I have a table on a iSeries(IBM-i/AS400) which has some constraints.The table is created with SQL like so, with a handful of foreign keys linking from other tables to this table (actual SQL has been a