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!

Search results for query: *

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

    Reusing code in memory like DLLs

    I have an applet uses ClassLoaders to load sections of the application when they are needed. Many sections use identical classes to handle such things as date handling and DB access. Is there a way in Java to reuse the same code like a DLL? Java seems to treat the same class loaded by...
  2. fmw1

    How can I return only rows n to n+20?

    (MSSQL 7 or 2000) I have a very large table that I want to read in a page at a time (about 20 rows). I've tried using PageSize in ADO, but this appears to want to pull back the entire recordset before passing me the 20 rows (the more rows in the dataset, the longer it takes to return the...

Part and Inventory Search

Back
Top