[QUOTE=kendsouza;36307]I agree with Albert. It all depends on how you use it and not necessarily an SC problem. You would have a similar problem in any other tool. I have had to take care of string fields with quotes whether it is .net or java or any other tool for that matter. An string or a sql statement with an apostrophe becomes a unclosed string because of the presence of that single ‘quote’.
It is up to you to close the string properly before the SQL statement is sent to the database. Otherwise it will result in syntax errors related to the string.[/QUOTE]
Well, I must miss something.
As we all know, a quote will result in problems with SQL. I know that.
For a text field, we never know if the user will put a quote in, and we can’t ask user not to do that.
Of course, I can take care of all the text field, but, we are talking about a tool that it suppose to speed up the dev. process, that kind of ‘will happen’ problem should be handle.
So, in my opinion, for text field, a procedure that take care of that kind of problem must be there.
Of course, as Albert says, I don’t want all my fields to be processed, but text fields, YES.
Do you have an example of text field that you are sure that people never put a quote in ? And if for some reason you have one, don’t you think it should be that field to have a manual process, instead of 99% of text field ?
And by the way, that procedure is currently implemented by SC , the problem I’m talking about is that this is not consistent, in some kind of forms (see my first post), it doesn’t work,I was not aware of that and so, the problems appear as one of my client (how stupid he is) use a quote in a text field and all was messed.
I use SC and I’m satisfied at 80 % (worst thing I think is the support, the bugs introduce with release and the time for SC team to solve problems raised by their clients).
I don’t post to complain, but just to raise a point (I think) that could improve the product we use for our customers.
Actually, of course, I escape all my text fields manually 
Thanks
Sylvain
PS: I’ve put some quote in my response and I hope all will be ok… That’s a joke…