hi. i am using vb.net with sql server as database.
i am using data reader to display some data from my database. here are part of my code.
cd.CommandText = "SELECT *FROM Result WHERE User_ID = name "
the problem is "User_ID" cannot get the value of "name"
any help?? thanks.
i am using data reader to display some data from my database. here are part of my code.
cd.CommandText = "SELECT *FROM Result WHERE User_ID = name "
the problem is "User_ID" cannot get the value of "name"
any help?? thanks.