J
jbardrof
okay so i have this
myCommand.CommandText = "INSERT into UserID
(UsrName, passwr, UsrID) VALUES ('Rik', 'pass',
9)";
now what i want is to have a user enter in the UsrName and passwr
value. what is the syntax to do that using what ever they entered to
be added to the database.
also if i want to delete a row by UsrName, but the user entered the
UsrName, how do i do that?
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
myCommand.CommandText = "INSERT into UserID
(UsrName, passwr, UsrID) VALUES ('Rik', 'pass',
9)";
now what i want is to have a user enter in the UsrName and passwr
value. what is the syntax to do that using what ever they entered to
be added to the database.
also if i want to delete a row by UsrName, but the user entered the
UsrName, how do i do that?
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*