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

Search results for query: *

  1. adwarak

    Number of records on the table

    Hi, I have a huge table which has a million records and I want to find the exact number of records this table has. Is there a simple way to find out the number of records the table has? thanks
  2. adwarak

    ThreadPool problem

    Hi, I've written a performance collector application in VB .net which collects performance data from 32 servers. Because of network latency the application had to be multithreaded to be faster. I am using a threadpool to achive this. The problem I am facing is, I do not get the data from all...
  3. adwarak

    .net applet

    Hi, Is there an equivalent to JAVA applet in .Net. In otherwords, can I run a standalone application under web browser using vb .net? Please advice. Many thanks in advance.
  4. adwarak

    GROUP BY Problem

    Hi, I have a temporary table temp1 which has these records. err sev descr freq ---- --- ----- ---- 16001 1 Session Number was not passed 155 16001 1 Session Number was not passed 244 16001 1 Session Number was not...
  5. adwarak

    Invoke VB program from SQL server

    How do i use this sp_cmdshell?
  6. adwarak

    Invoke VB program from SQL server

    Hi, I want to trigger off a VB program when a particular row value in a table exceeds some threshold limit. Say the table is MQ_XYZ_LOG and the row is called MQ_Timeout. If any row with MQ_Timeout touches 50, I need to fire a VB program. This VB program will block traffic. Can this done be...
  7. adwarak

    Creating GIF control in visual basic

    I tried this. But when i load an animated gif, the gif is always static.
  8. adwarak

    Please let me know how to import an

    Please let me know how to import an animated gif image on to the vb form using the shdocvm.dll. Or is there any other way of displaying an animated gif on the vb form? thanks
  9. adwarak

    Creating GIF control in visual basic

    Please let me know how to use this control. How do i import a gif image into this.
  10. adwarak

    Creating GIF control in visual basic

    I am trying to create a GIF control in visual basic. This control should support GIF animation also. How do i go about it? Please let me know. Thanx.
  11. adwarak

    HIGH-VALUES and LOW-VALUES in COBOL

    Just wanted why we need to use HIGH-VALUES and LOW-VALUES in cobol programs. All I know about these literals is NOTHING is greater than HIGH-VALUES and NOTHING is lesser than LOW-VALUES.

Part and Inventory Search

Back
Top