This Month
February 2007
Sun Mon Tue Wed Thu Fri Sat
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28
Year Archive
Login
User name:
Password:
Remember me 
View Article  DB2 SQL Syntax: Select top 10 * from [TABLE]

After playing around with the DB2 Adapter, I discovered that DB2, as expected, has its own unique syntax for SQL statements. Not so great if you come from the SQL server background.

SQL Syntax: Select top 10 * from [TABLE]

What is this in db2 SQL?

Select * from [TABLE] FETCH FIRST 10 ROWS ONLY

Many thanks to: http://en.wikipedia.org/wiki/Select_(SQL)

View Article  BizTalk Fix Lesson 2: DB2 Adapter
Have you ever received the following error Message When using the db2 Adapter for BizTalk? The adapter "DB2 Adapter" raised an error message. Details "UPDATE or DELETE is not allowed against the specified cursor. SQLSTATE: 42828, SQLCODE: -510"   more »