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 strongm 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: Bigbass
  • Content: Threads
  • Order by date
  1. Bigbass

    Terminal Services and Database Corruption link

    Our program has a Paradox database on a Windows 2003 server. Users are accessing the GUI via MS Terminal Services. Now we are getting all sorts of indexing errors from the database. I have to reindex it once a week. When the same database was on Windows 2000 server accessed via Citrix, it...
  2. Bigbass

    const char * to int?

    I'm using vs2003 C++ and I need to convert the following line to an integer: unsigned char *computeMe(unsigned char *SNumbers, unsigned char *SMoreNumbers); Any help would be great!
  3. Bigbass

    Hide variables from other programmers

    How do I prevent other programmers from viewing the values of class variables I have written? I would like other programmers to use a string property like MyPWD, but not allow them to see the value of MyPWD when they debug.

Part and Inventory Search

Back
Top