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...
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
thanks ralf, 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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.