473,406 Members | 2,451 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

suppressing SQL0100W message

Is there any way to suppress SQL0100W message?

SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result
of a
query is an empty table. SQLSTATE=02000

Regards,

Mehmet Baserdem

May 19 '06 #1
1 6593

"Mehmet Baserdem" <mb*******@gmail.com> wrote in message
news:11*********************@y43g2000cwc.googlegro ups.com...
Is there any way to suppress SQL0100W message?

SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result
of a
query is an empty table. SQLSTATE=02000

Are you trying to suppress this message in a CLP (command line processor)
session? If so, I thought the CLP option to suppress warnings was 'w' so
that this _should_ work:

db2 -w- delete from employee where job = 'LUMBERJACK'

However, it doesn't work on my system, which is DB2 V8.2.1 on Windows XP.
Perhaps I've got a problem in my environment and it will work for you.
Otherwise, it's possible that SQL0100W is exempt from the 'w' CLP option.

If you try doing a Google Groups search on SQL0100W, you may find another
technique to suppress it.

--
Rhino
May 19 '06 #2

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

Similar topics

4
by: Murphy Pope | last post by:
I'm getting a weird error from the CLI Driver. SQL0100W No row was found for FETCH, UPDATE or DELETE The weird part is that i just updated the record it now says that it can't find. The...
0
by: Ellen Manning | last post by:
Using A2K. I've got a combo box that if an item is entered that isn't in the lookup table, the user is prompted whether or not they want to add it to the list. If "No", I want the value to stay...
7
by: pw | last post by:
Hi, I don't want the user so see a message like "index or primary key can not contain a null value". Instead, I'd like to use a user-friendly message box. I have tried putting code in the...
40
by: Dave Hansen | last post by:
Please note crosspost. Often when writing code requiring function pointers, it is necessary to write functions that ignore their formal parameters. For example, a state machine function might...
4
by: Elliot M. Rodriguez | last post by:
I have a Delete button in my datagrid. I'm attempting to add some code confirming whether the user wishes to really delete the item or not. The confirm pops up, but I cannot suppress the...
2
by: stevie.greenslade | last post by:
'Lo all. I have a simple question I'd like help on. :] How, if at all, would one go about suppressing the console window that flashes up when you make at system() call in your C++ program? I'm...
1
by: janefield2002 | last post by:
Hi there, I have a client-server application that periodically connects to an Access database on a network. My netowrk sometimes goes down and there is an ODBC failure to connect. This results...
5
by: Don Li | last post by:
Hi, A web app server package that I'm using includes a bunch of open source UI components (heavy with javascripts). Inevitably it has bugs, e.g. "undefined" is null or not an object. This...
0
by: sfurst | last post by:
I have stumbled across a very strange issue. My COBOL program was issuing a Row not found error, and returning the conditions back to me. I used these conditions and pulled the same query with AQT...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.