http://qs321.pair.com?node_id=58417


in reply to Re: Weird Results From MS-SQL Value
in thread Weird Results From MS-SQL Value

Yea, I just got that about a minute ago. I changed the line
print "The username is $RS->Fields(0)->value";
to
print "The username is " . $RS->Fields(0)->value;
And now it is working like a charm. Thanks.

Jeremy