Tagged Questions
The db2400 tag has no wiki summary.
4
votes
6answers
351 views
Should we drop stored procedures and run database calls from java programs
I am fighting to keep the use of stored procedures in our company. There are a few people who say they are bad and we should not use them. We are using DB2 on the i-series.
Please help in my ...
2
votes
2answers
182 views
Table structure for DB2 on an ancient AS/400
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 that is ...
2
votes
3answers
806 views
DB2 400 drop column
I want to drop a column called id which is an auto incrementing PK.
The SQL:
alter table "CO88GT"."XGLCTL" drop column id cascade;
And I get:
Error: [SQL0952] Processing of the SQL statement ...
2
votes
3answers
104 views
SQL to find why PK canidate has duplicates on unkeyed table
If my title hurts your head... I'm with you. I don't want to get into why this table exists except that it is part of a legacy system, also the system does "record level access"(RLA) and this I know ...
2
votes
2answers
1k views
Add a field description to a DB2/400 file
I have a set of files in a library on an AS/400/iSeries/System-I/iSeries/whatever-IBM-wants-me-to-call-it-these-days which I do not have DDS for (created in SQL I gather) but to which I would like to ...
1
vote
2answers
131 views
Error SQL0104 when creating a function in System i V7R1
I'm creating a SQL function on System i V7R1:
CREATE FUNCTION MYSCHEMA.GROUPDIBAS(v_code VARCHAR(50))
RETURNS VARCHAR(2048)
LANGUAGE SQL
BEGIN
DECLARE str VARCHAR(2048);
SET str = '';
FOR ...
1
vote
1answer
179 views
How to run a query between dates and times?
I have a query where I need to pull information from two different dates and times.
I want to pull everything that was date last modified between yesterday and today and between the time last modified ...
1
vote
2answers
670 views
How to ALTER a table on iSeries that has constraints? Getting “*FILE in use.” error
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 ...
1
vote
2answers
182 views
Why Hibernates ignores the name attribute of the @Column annotation?
Using Hibernate 3.3.1 and Hibernate Annotations 3.4, the database is DB2/400 V6R1, running that on WebSphere 7.0.0.9
I have the following class
@Entity
public class Ciinvhd implements Serializable ...
1
vote
2answers
1k views
Add a column to a DB2/400 table with a specific ordinal position
Is there an SQL command on the AS400/iSeries/System-i/whatever to add a column to a table in a specific ordinal position, or moving an existing column to a different position?
0
votes
2answers
72 views
Specify trigger's parent schema in trigger body
In DB2 for IBM System i I create this trigger for recording on MYLOGTABLE every insert operation made on MYCHECKEDTABLE:
SET SCHEMA MYSCHEMA;
CREATE TRIGGER MYTRIGGER AFTER INSERT ON MYCHECKEDTABLE
...
0
votes
1answer
71 views
Zend Framework using IBM's DB2 and creating a standard connection in the application.ini file
DB2 uses XML files as its basis for database tables, and I have been having a very difficult time finding any good references or examples of creating a standard connection to the database via the ...
0
votes
6answers
82 views
How do I select single row in a group based upon date?
We have an item price file that consists of Item number, Price Effective Date, and Price.
We are going to have a price increase at the first of the year. What I want to do is add the price records ...
0
votes
1answer
63 views
SQL: Update does not affect any row
I want to update a dataset in a DB2/AS400 table.
The problem is if I there is string parameter in the parameters list the command does not find a row to update.
For example: If I run the command ...
0
votes
3answers
36 views
To function or not to function, that is the question at hand
I am working on some SQL statements for an ASP.NET application. One of the things that is required is to only display information in an open period. The period is updated automatically by the vendor ...
0
votes
1answer
450 views
How can we View the DB2 Procedure and How can we execute the DB2 Procedure and just see the output of the procedure using DB2
How can we View the DB2 Procedure (I mean what logic they have written ) and How can we execute the DB2 Procedure and just see the output of the procedure using DB2
-1
votes
1answer
42 views
How to see how tables are related with IBM System i Access for Windows?
How to see how tables are related with IBM System i Access for Windows?
ID keys and so on.. thanks