Hi there,
I have 2 questions.
1) I know that in 8i there is a TRIM string function.
My company is using 8.0.5, i have been using this
RTRIM(LTRIM(string1)).. is this acceptible?
2) I have a stored procedure which simply inserts data into a table. When i check the table after running the procedure i notice that the code is inserting strange characters (squares), i suppose this could be a carraige return or a 'blank', though i'm not sure? how can i prevent my code from insert this junk into the database?
Any help would be greatly appreciated!
I have 2 questions.
1) I know that in 8i there is a TRIM string function.
My company is using 8.0.5, i have been using this
RTRIM(LTRIM(string1)).. is this acceptible?
2) I have a stored procedure which simply inserts data into a table. When i check the table after running the procedure i notice that the code is inserting strange characters (squares), i suppose this could be a carraige return or a 'blank', though i'm not sure? how can i prevent my code from insert this junk into the database?
Any help would be greatly appreciated!