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 IFTHENELSE

  1. IFTHENELSE

    Permission Denied '70'

    I am having trouble with some FileSystemObject. I continue to get permission denied '70' error. The file is not open the file, it is not read only so any other help would be appreciated. Below is the code I am having trouble with: Dim ol, olns, objFolder Dim j, Count, myNewFolder Const...
  2. IFTHENELSE

    Task-Manager

    Thnx guys it worked great.
  3. IFTHENELSE

    Task-Manager

    I have an IBM A series notebook running win2k pro with all current updates. for some strange reason my task manager has lost all 3 tabs (Applications,Processes,Performance) as well as the file menu. any ideas why this would happen and how can I get it to return to normal?
  4. IFTHENELSE

    Online VB6 Tutorial?

    You might try a http://www.devx.com
  5. IFTHENELSE

    I have a text file I am trying to u

    It is possible to use a replace function or a trim function to remove spaces.However if these are actually non-printable characters then you will need to get the hexadecimal values for theses chars. In all liklyhood these chars are probably CR-LF or just LF. Which platform was the text file...
  6. IFTHENELSE

    Documentation is so helpful

    Please excuse my sarcasam. I am trying to figure out what exactly this error(CLI0126E)means. This is what the documentation says: CLI0126E Operation invalid at this time. Explanation: The operation the system is trying to perform is invalid at this time. User Response: Correct the sequence of...
  7. IFTHENELSE

    SELECT operation not running when data IMPORT

    Are working in a single transaction or two? If®
  8. IFTHENELSE

    Types Of Locks

    I have a question about certain kinds of locks that are shown in a snapshot for locks.There are 2 kinds of locks that I can not find any documentation on.These locks are: INTERNAL P LOCK & INTERNAL V LOCK IBM documentation has been no help.I have been through their online support...
  9. IFTHENELSE

    DEADLOCK OR TIMEOUT?

    Thank you fro the suggestion.I have been reading about snapshots just wasnt sure how to get it done.I will give this a try and post the results for you to see.thanks againg.
  10. IFTHENELSE

    DEADLOCK OR TIMEOUT?

    I am having a heck of a time trying to figure this out.I have a single application accessing a single DB2 UBD(v6.1) database.I continue to get this error returned to my application: [IBM][CLI Driver][DB2/NT] SQL0911N The current transaction has been rolled back because of a deadlock or...

Part and Inventory Search

Back
Top