First of all forgive me for my late reply, but having mailed to the list
I've thought that I would have received your reply by mail. Only
yesterday I checked the list on the web and found your replies.
Thanks Martin for your adivce. I solved the problem. It fas my fault
cause I was calling the stored procedure the way I do with MS SQL or
Access (ie using only the stored procedure name). I wasn't using "call
sp_name(?,...?)". With that syntax everything works just fine.
I've to admit that's the first time I use ODBC as the API to the db.
Usually I use OleDB or SqlClient.
Thanks for your help and forgive my dumbness with the list.
Bye.