|
|
| Author |
Message |
boo_sri
New User
Joined: 26 Jul 2005 Posts: 19 Location: charlotte
|
|
|
|
What kind of SQL changes/enhancements needed when you migrate from DB2 v8 compatibilty mode to new function mode. I am giving one example of SQL change (ORDER by Clause) :
Collating sequence (ordering):
Compatibility Mode = EBCDIC
New Function Mode = ASCII
So please let me know where can i find the list of all changes needed from application (like compiler options etc) and SQL perspective. |
|
| Back to top |
|
 |
References
|
Posted: Fri Apr 25, 2008 11:03 pm Post subject: Re: SQL changes needed when you migrate from v8 |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1167 Location: germany
|
|
|
|
| each release of db2 has several documents. there will always be 3: Application Programmers guide, SQL reference and migration guide. |
|
| Back to top |
|
 |
|
|