Help for this page
print "The username is $RS->Fields(0)->value";
print "The username is " . $RS->Fields(0)->value;