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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Raanon

  1. Raanon

    SQL to Out File

    Here are two ways that you can check the return code of a db2 command from the dos prompt or in a script: (1) db2 drop table kuku if not %errorlevel% == 0 ..... (2) This works on my Windows2000 platform, but I don't know about other Windows platforms. This was run from the command prompt (all...

Part and Inventory Search

Back
Top