On Tue, Feb 11, 2003 at 09:06:19AM +1100, Preston de Guise wrote: > In order to then determine and provide to the user the details that have > been auto-created I do a select based on the recently input record > parameters that the user provided. Unfortunately if some of the content > includes character combinations that can be interpreted to be > placeholders, which is where the select then becomes unstuck, because > it's not really trying to do a placeholder style select...
If you are interpolating user input directly into SQL, then you should be making use of placeholders, not trying to avoid them. Could you post some sample code? Ronald
