G
Guest
Every now and then someone using my database will enter in an apostrophe
and/or a quotation mark into a text field. Of course, when this happends,
the entire database goes straight to shit and crashes, because those symbols
are used in commenting and string separation in the code.
I need to somehow check for certain punctuation when the user enters data to
the field, and stop the running code when it finds a bad string. Any ideas?
Nick
and/or a quotation mark into a text field. Of course, when this happends,
the entire database goes straight to shit and crashes, because those symbols
are used in commenting and string separation in the code.
I need to somehow check for certain punctuation when the user enters data to
the field, and stop the running code when it finds a bad string. Any ideas?
Nick