in reply to Re: Strange error when .cgi deployed on a different machine
in thread Strange error when .cgi deployed on a different machine
The problem was somehow 0 valued records got into my database and i was dividing by them so i got an overflow error and the recordset returned was empty, thanks all for your help.