Hi,
I asked the same question regarding phprunner, and Alexey answered it. The answer worked with phprunner, but not with asprunner. So I have to ask it again.
I am using MS access database. In it, if the column is empty, there appears automatically -1. I would like it not to appear. The code that Alexey provided is that:
if($value==-1)
$value="";
This code works with phprunner. When I put the same code to asprunner, web page becomes unavailable. What is right code for asprunner that make -1 not appear.
Sincerely,
Uludag.