dreampolice
Technical User
I have a Web Front end that populates an Oracle 9i database.
I have to add a script in the Front end web language (PHP) to handle single tick marks because Oracle field values dont handle single tick entries and it wont enter the record in the database. The script substitutes single tick for double ticks and that allows a single tick to enter the database value.
Is there something in the Oracle database I can write or create to handle single tick entry in a field value?
I need it for 6 of my varchar2 field values in one table.
I assume this would be done using a trigger but not sure how to do it. Please advise.
I have to add a script in the Front end web language (PHP) to handle single tick marks because Oracle field values dont handle single tick entries and it wont enter the record in the database. The script substitutes single tick for double ticks and that allows a single tick to enter the database value.
Is there something in the Oracle database I can write or create to handle single tick entry in a field value?
I need it for 6 of my varchar2 field values in one table.
I assume this would be done using a trigger but not sure how to do it. Please advise.