in reply to Re^2: DBD::Sybase stored procedure question
in thread DBD::Sybase stored procedure question

No the binding isn't absolutely necessary. You can always use a "normal" SQL statement and pass all the values as literals.

However, I wonder why nothing got added - maybe you should run a test with DBI->trace(3) and check that things actually run. There might be something that fails but that doesn't produce an error message for some reason.

Michael

  • Comment on Re^3: DBD::Sybase stored procedure question