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 Shaun E 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 busybody

  1. busybody

    Oracle equivalent to SQL Server SQL

    Try something like: SELECT column_name FROM table_name WHERE rownum < 101 but be careful about using rownum, i.e. read Oracle's warnings on using this.
  2. busybody

    Oracle equivalent to SQL Server SQL

    Try something like: SELECT column_name FROM table_name WHERE rownum < 101 but be careful about using rownum, i.e. read Oracle's warnings on using this.
  3. busybody

    Navigator 4.7 prints second pages as blank

    I am trying to print the webpage from a forum. Netscape 4.7 will print the first page OK but the 2nd and other pahes will be printed blank. precise example goto http://www.powerbasic.com/support/forums/Ultimate.cgi then double left click on: PowerBASIC Console Compiler then double left...

Part and Inventory Search

Back
Top