Menu

Bound SQL Statement Doesn't Show values

Help
Jack
2007-06-04
2013-04-03
  • Jack

    Jack - 2007-06-04

    I just came across this tool today and it looks like just what I need.  The setup was quick and easy, under Tomcat 5.5.x.  I'm running the JTDS driver against SQL Server 2000.

    When I try to view the bound SQL statement though, the values are blank.  Example:

    SQL Statement:
    insert into LinenOrderItem("orderItemId", "fabricStyleId", "shapeSizeId", "usageCategoryId", "rentalFactor", "customFlag") values(?, ?, ?, ?, ?, ?)

    Bound SQL Statement:
    insert into LinenOrderItem("orderItemId", "fabricStyleId", "shapeSizeId", "usageCategoryId", "rentalFactor", "customFlag") values(, , , , , )

    The values are missing - did I do something wrong here?

     
  • moltib

    moltib - 2010-08-27

    Is there a possibility to display the bind parameters in the sql?

     

Log in to post a comment.