Please, please read the documentation on the quote method to learn what it is used for. Also, print out your SQL statements before passing them to your database, and think about what will happen when you have a string with whitespace in it. Actually, have you tried typing any of your SQL statements manually into your interactive SQL shell? Some values, namely, strings, need quoting to be valid in SQL. So you will need to add proper quotes around all the values that are strings.
In reply to Re^5: Pass the values to the sybase stored procedure using DBI-Sybase module and exexute the procedure.
by Corion
in thread Pass the values to the sybase stored procedure using DBI-Sybase module and exexute the procedure.
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |