hi.
i've got some questions about databases.
the program i'm developing should search database-fields for a special string. i think with something like SELECT * FROM table WHERE field LIKE 'http%' it shouldn't be a prob. my question: is it possible, to return a value? i want to store the found strings in a database. do you have any idea, how i could do it?
another question: i want to store a string with apostrophs in a database. is it in some way possible to delete them? it looks like 'word'. so the apostrophs aren't necessary.
thx for you help!
i've got some questions about databases.
the program i'm developing should search database-fields for a special string. i think with something like SELECT * FROM table WHERE field LIKE 'http%' it shouldn't be a prob. my question: is it possible, to return a value? i want to store the found strings in a database. do you have any idea, how i could do it?
another question: i want to store a string with apostrophs in a database. is it in some way possible to delete them? it looks like 'word'. so the apostrophs aren't necessary.
thx for you help!