B
Brian Henry
Hello,
If i do something like "SELECT ID,NAME,ADDRESS FROM MEMBERLIST WHERE
MEMBERID = @MEMBERID" in languages like PHP and FoxPro you can have that
returned as an array, do I have to use a datareader to get the data even if
it is a scaler result? or can you also have it returned as an array from a
executescaler? thanks!
If i do something like "SELECT ID,NAME,ADDRESS FROM MEMBERLIST WHERE
MEMBERID = @MEMBERID" in languages like PHP and FoxPro you can have that
returned as an array, do I have to use a datareader to get the data even if
it is a scaler result? or can you also have it returned as an array from a
executescaler? thanks!