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
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