hello, after retriving a string from database using select command how to
display the part of string. for eg. after select command i get "computer
architecture algorithms" as output. if i search for string starting with
ar it will search the table will print whole of "com
... algorithms" instead of
"architecture" how to print only a part of string like this.
thanx in advance
arun