Hi,
I have some data that I wish to transfer into a database using perl/DBI.Some of the data are strings containing the apostrophe "'" which I useas string delimiter.
How can I put these into my database using the INSERT statement?
Thanks,
Markus