CHeighlund
Programmer
Is there an alternative way to mark nonnumeric data for database insertion, other than surrounding it with sinqle quote characters? I am working on a project designed to place information into a pg database, but some of the incoming data has apostrophes in it, and I have been informed it would not be a good idea to parse these from the data.
If there is no alternative way to mark nonnumeric data for insertion or updating, then is there some way to escape the apostrophe(s) when inserting/updating the statement(s) in question?
Thank you for your assistance.
If there is no alternative way to mark nonnumeric data for insertion or updating, then is there some way to escape the apostrophe(s) when inserting/updating the statement(s) in question?
Thank you for your assistance.