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 IamaSherpa 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: Susan
  • Order by date
  1. Susan

    Cursor Variables vs. Collections...

    Hi there, I'm just wondering what the advantages of using cursor variables are over using collection types(eg: pl/sql tables) to handle multi-row queries(I would be passing the results back to a Pro*C application). I was working on a system which uses pl/sql tables( TYPE CHAR_ARRAY IS TABLE OF...
  2. Susan

    Parsing a string(pointer question...)

    Thanks very much for that - I understand exactly what's going on now! You're right - I did misunderstand what '\0' does but it's clear now.<br><br>Thanks again...<br><br>Susan
  3. Susan

    Parsing a string(pointer question...)

    thanks ralf,&nbsp;&nbsp;but how come 'BeginPhNum' only contains the initial 000 after *CloseBracket = '\0'; has been executed(ie: everything after ')' has been blanked, it was '000) 123 4567') but 'EndPhNum' still contains it's original details....???<br><br>susan
  4. Susan

    Parsing a string(pointer question...)

    I have a simple function which removes brackets from a given phone number.<br>Eg: If the phoned number passed is (000) 123 4567 then the phone number returned is 000 123 4567.<br><br>The function goes as follows:<br>int RemoveBrackets(char...

Part and Inventory Search

Back
Top