Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DB2 7.2 in XP

Status
Not open for further replies.

Hattusas

Programmer
Nov 11, 2001
344
TR
In order to run DB2 in Windows XP Professional,I downloaded fixpack 10 from IBM's web site.
Everything seemed in order but the sql commands in command center window.
The problem is db2 processor tries to execute the commands in such a way that one line means one command...
e.g.
When I type a sql statement similar below
select *
from schema1.table1
where field1>5500

db2 fisrt executes select * (then gives a syntax error of course)
then from schema1.table1
and finally where field1>5500 seperately...

In 7.1 working in Windows 2000 there was no problem.
Has anyone met with this problem in XP Pro?Thanks

Salih Sipahi
Software Engineer.
City of Istanbul Turkey
s.sipahi@sahinlerholding.com.tr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top