in reply to Re: Insecure dependecy in parameter while running with -T switch
in thread Insecure dependecy in parameter while running with -T switch

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Insecure dependecy in parameter while running with -T switch

Replies are listed 'Best First'.
Re^3: Insecure dependecy in parameter while running with -T switch
by Corion (Patriarch) on Apr 14, 2010 at 07:19 UTC

    You have not formatted the code in a way that makes it conveniently readable for me. Please use <code>...</code> around your data and code so it displays and downloads nicely.

    As I said already, you are interpolating data directly into your SQL. You don't want to do that. So, use placeholders instead, like Anonymous Monk already suggested and I already suggested as well.

Re^3: Insecure dependecy in parameter while running with -T switch
by Anonymous Monk on Apr 14, 2010 at 06:54 UTC
    So why aren't you using placeholders?