472,331 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 software developers and data experts.

DB2 iSeries/AS400 vs. DB2 ESE Windows/Linux

Hello,

I would like to ask if there are any differences between DB2 in these
versions (e.g. support of triggers, Java stored procedures and such).

Also, does anyone know from which DB2 AS/400 version is Java officially
supported?

Thank you
Oct 16 '06 #1
2 4077
Hello.

I think that SQL is 80% compatible, administration is 100% different.
Incompatibilities in brief:
1. SQL:
in iSeries olap functions, recursive common table expressions was
introduced only in V5R4 and there is no support for
- generated columns execept ROWID data type or identity column
- MQT with refresh immediate option
- select from new/old/final table
although there is difference in then set of functions and there are
some incompatibilities in existing functions such as posstr, translate,
locate, like.

2. Triggers:
in iSeries instead of triggers was introduced only in V5R4.
in iSeries you can use temporary tables and dynamic sql direct in the
body of the trigger (and SQL UDF).

3. Java SP:
I use java sp / udf in iSeries in V5R2, V5R3.
The only difference with ESE version that I've noted - you have to use
com.ibm.db2... package names in iSeries instead of
COM.ibm.db2... in ESE
for DB2GENERAL SP / UDF
And java sp / udf is not so stable in iSeries as in ESE.

Sincerely,
Mark B.
Hello,

I would like to ask if there are any differences between DB2 in these
versions (e.g. support of triggers, Java stored procedures and such).

Also, does anyone know from which DB2 AS/400 version is Java officially
supported?

Thank you
Oct 17 '06 #2
4.****@mail.ru wrote:
Hello.

I think that SQL is 80% compatible, administration is 100% different.
Incompatibilities in brief:
1. SQL:
in iSeries olap functions, recursive common table expressions was
introduced only in V5R4 and there is no support for
- generated columns execept ROWID data type or identity column
- MQT with refresh immediate option
- select from new/old/final table
although there is difference in then set of functions and there are
some incompatibilities in existing functions such as posstr, translate,
locate, like.

2. Triggers:
in iSeries instead of triggers was introduced only in V5R4.
in iSeries you can use temporary tables and dynamic sql direct in the
body of the trigger (and SQL UDF).

3. Java SP:
I use java sp / udf in iSeries in V5R2, V5R3.
The only difference with ESE version that I've noted - you have to use
com.ibm.db2... package names in iSeries instead of
COM.ibm.db2... in ESE
for DB2GENERAL SP / UDF
And java sp / udf is not so stable in iSeries as in ESE.

Sincerely,
Mark B.
>Hello,

I would like to ask if there are any differences between DB2 in these
versions (e.g. support of triggers, Java stored procedures and such).

Also, does anyone know from which DB2 AS/400 version is Java officially
supported?

Thank you
Thank you very much for your reply, this is outstanding.

Thank you again
Oct 17 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Thad Rizzi | last post by:
My webserver is an iSeries and I want to run some PHP scripts on it using SQL to access data on the iSeries. Does anyone have any exapmles or...
4
by: erkki | last post by:
Hi, I have to move iSeries library to new DB2 database. Is there any easier way to do this moving operation than exporting all tables in iSeries...
1
by: Yanik Reid | last post by:
When I run the following vb.net code, I'm not able to acces the my database AMFLIB. I use to be able to access AMFLIB with the old ODBC driver...
3
by: Laurence | last post by:
Hi there, Does somebody know the efficent way to connect DB2/400? Through iSeries Access ODBC/OLEDB driver or DB2 Connect? Which will more fast...
0
by: Darth Ferret | last post by:
I am having no problem connecting with an iseries (as400) but I cannot meke a simple program run on the iseries. I am trying: Dim cmd As New...
3
by: Jeff Allan | last post by:
Hello, Does anyone out there have experience with connectivity to DB2 hosted on an iSeries? I have successfully written a VB.NET 2005 WEB...
2
by: John Bailo | last post by:
I have an IBM iSeries that lets me use part of its file system via Windows. I wanted to write a file monitor for files put there from the as400...
6
by: Al G | last post by:
Can someone tell me what I need to get connected to our AS400? I am trying to write an app in VS2005(Data source, Gridview) that requires data...
1
by: Richard2000 | last post by:
Hi team, Has anyboby faced this issue? I'm trying to use db2move to export as400 schema content to my local windows file system. The aim is to...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.