I have a table that is created and then deleted at the end of an SQLRPGLE program //Delete the temporary table
The stored procedure definition is: CREATE PROCEDURE MYSCHEMA.LOAD_ETL ( ) LANGUAGE JAVA SPECIFIC MYSCHEMA.LOAD_ETL
I\'m sure many of you are familiar with the IBM i5 series emulator (looks like this poop) My company uses this religiously and there is no Biz logi开发者_StackOverflowc in it so anytime somone in our
I have a plenty of tables and databases. most of the tables have empty spaces and no table col has a descriptive name.. can somebody help me to开发者_运维知识库 get the data out of there? thanksTake a
I have a my database navigator that contains a lot of tables with descriptions. I need to search within descriptions in order to find the table I need, but in the database navigator from ibm this feat
Im using access 2003 to view some as400 tables and databases. I would need a way to export all the names of the databases to excel. (And if possible mark the ones that have no conten开发者_运维问答ts)
I am looking for a way to update a SQL table from an AS/400 program. We have already sent data to the AS/400 and would like to push it back to SQL. We currently pull data on a schedule, but are lookin
I have two tables that I need to compare to make sure the values match. For context, one is the employee\'s time sheet and the other is a table to holds their requests. Each has a time sheet code and
We are using JTOpen to connect to our AS/400 machine, and I\'m trying to work out the risks of having SQL injection vulnearbility when using this type of integration.
I am trying to select the records from an AS400 database that have a current date (in format MMDDYY).