CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: entropy01

Search: Search took 0.04 seconds.

  1. Re: Checking for no return data on query call

    Thanks it was a good though but I found the mistake...

    This line "if (pRS && 0 < pRS->RecordCount)"

    actually is the first check that concludes there was no data returned, and since there was no...
  2. [SOLVED]Checking for no return data on query call

    Hey guys, long story short i'm querying an access database for a serial number by a given host name and it is failing to correctly identify when the query returns no match (when the host name is not...
  3. Finding how many PCI slots are on system

    Hi guys, I'm trying to create code to determine how many PCI slots are currently on a system...available and used.

    I have been trying to use the Win32_SystemSlot WMI class but it doesnt seem to be...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured