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 Wanet Telecoms Ltd 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: *

  • Users: darbnacnud
  • Content: Threads
  • Order by date
  1. darbnacnud

    Windows GUI for Reading MySQL Slave Status

    Does anyone know how to read SLAVE STATUS and other mysql monitor results within a Windows Program? Is there a way to execute MySql commands within Visual Basic?
  2. darbnacnud

    Crystal Reports Rebooting Workstation w/VB 6.0

    I have an intermittent problem. Every once and awhile while attempting to print a Crystal report the Wyse Terminal will simply reboot. Sometimes I'm in the Crystal Report Viewer Screen scolling thru pages on the screen, other times it reboots when I select the report from my VB App. This is...
  3. darbnacnud

    Why So Slow? SQL TOP Statement

    Here's the problem. I have a table with about 200,000 records. If I use this statement "Select PartNo from tblInventory where PartNo= [string]" the result is instant. Problem is I need to get part numbers beginning at a range so I use "Select Top 10 PartNo from tblInventory...
  4. darbnacnud

    SQL Timeouts and Slowness

    I'm confused. I get time-outs and significant delays in retrieving data from my SQL database, even if I use Stored Procedures. I believe I have set up indexes correctly to maximize performance, but I still have the problem. I can run a Crystal Report that generates a report on the data and it...
  5. darbnacnud

    XP Pro Client Not Seeing XP Pro Server

    My first VPN. Just trying to use a single XP Pro Computer set up as a VPN Server from my XP Pro Client. I connect fine, but don't see the VPN Server shared folders. Novice needs direction. Thanks.
  6. darbnacnud

    Unique Workstation ID

    I'm new to the Citrix environment. How do you identify a specific workstation in VB? Can a workstation be static or is it assigned a new ID each time it logs on?
  7. darbnacnud

    Citrix with VB 6

    Just started a project with Citrix. My first. In my current application I use the Computer Name to identify different users on the network. Is there a comparable function to give me the unique user ID per Citrix User?
  8. darbnacnud

    Reading a Binary File

    I have a large binary text file that I need to read from a particular file position. I'm not using Random Access. Is there a way to position the file pointer manually and read the text from that point? Thanks for any input.
  9. darbnacnud

    VB Binary File Access

    I have a large binary text file that I need to read from a particular file position. I'm not using Random Access. Is there a way to position the file pointer manually and read the text from that point? Thanks for any input.

Part and Inventory Search

Back
Top