Click here to Skip to main content
15,895,084 members

Comments by debkumar@codeproject (Top 11 by date)

debkumar@codeproject 2-Jun-13 0:20am View    
That needs image processing. If that was easy, there would have been automated tools which could be used for cracking captcha. Once that is done, people would use automated tools to create thousands of accounts or download same thing thousands of times using the tool which may lead to denial of service.
debkumar@codeproject 2-Jun-13 0:07am View    
What is the use of 1=1? Unnecessarily adding clause. I believe query optimizer removes this from the query.

'LIKE' and '%' are used for finding elements based on substrig (ignoring case sensitivity). '=' is used for finding exact (ignoring case sensitivity).
debkumar@codeproject 19-May-13 12:20pm View    
Is it a MSSQL server or MySQL server? Whatever be the case, it should be connected if appropriate privileges are given to user that you are using. If you specify DBMS type, then I may guide to further.
debkumar@codeproject 19-May-13 12:06pm View    
I didn't understand your query. Please explain.
debkumar@codeproject 18-May-13 9:55am View    
I am sorry. That was my mistake. I did not notice.