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 wOOdy-Soft 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 cwompner

  1. cwompner

    Does SQL Server 7.0 support Nested cursor ?

    what if you use datawindows instead of cursors? This tip i´m using for years. Is ultrafast and safe, just take care of locking if you are using isolation level "RC" dw_1.settransobject(sqlca) dw_1.retrieve() for ll_row=1 to dw_1.rowcount() ls_item =...

Part and Inventory Search

Back
Top