Hello,

Have someone of you expirence with DBD::DB2? I want to pass a bind
statement
to my DB2 on NT, but everytime I get error messages:
DBD::DB2::st execute failed: [IBM][CLI Driver][DB2/NT] SQL0007N  The
character "
\" following "bind Q:" is not valid.  SQLSTATE=42601
DBD::DB2::st execute failed: [IBM][CLI Driver][DB2/NT] SQL0007N  The
character "
\" following "bind Q:" is not valid.  SQLSTATE=42601

I want to pass the following statement:
bind q:\test\pputdb.bnd isolation cs qualifier ISIS

If I use it without a path then DBI nags the point in pputdb.bnd.
I tryed it the line with \\ and / but nothin helps.
Only if I put the statement into a variable with single ticks it works:
like $var = 'bind q:\test\pputdb.bnd isolation cs qualifier ISIS';

Can someone help me?

Thank you,
Reinhard



Reply via email to