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 Chriss Miller 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 Arioch

  1. Arioch

    Binary representations of ints

    How are variables of type int represented in binary by Java?  Specifically, where is the bit for the positive/negative sign and do the shift operators (<<,>>,>>>) move it?  Any help or pointer to documentation would be appreciated.  Thanks.
  2. Arioch

    Monitoring transactions in Access

    I'm working on a bug in an existing program that I think has something to do with when ( and how many) transactions are being started.  Does anyone know of a way to monitor how many transactions are open on a database while the program is running?  The project I'm working on...
  3. Arioch

    Accessing Multiple tables in VB6

    What error is VB throwing?<br>Also, if Access doesn't have a problem with the statement, could you define a QueryDef in the database and execute it, instead of passing the SQL statement?

Part and Inventory Search

Back
Top