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 TouchToneTommy 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: *

  1. davey001

    returning recordsets from stored proc

    Use the REFERENCE CURSOR as the technique to return a record<br> set. You simply have to define a record type as the structure of the record in the record set. Then use that new<br> type in the query which captures the record set.
  2. davey001

    UNIX Korn shell scripting

    The message in the bottle is can someone enlighten me on how to test the END of a character string1 for a match on character string2 ? <br> I am looking at some type of regular expression as the available functions don't seem to help with this. Basically I want to see if the last few characters...

Part and Inventory Search

Back
Top