> Has anyone had a problem calling to a stored procedure that performs an > insert and returns no data ? > > I am currently having that and the error that I am getting is: > dbih_setup_fbav: invalid number of fields: 0, NUM_OF_FIELDS attribute > probably not set right at > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBD/Sybase.pm line > 445. > > The sql statement works from the MSSql client and if I call a stored > procedure that returns data it works. > > > TIA