% Id = request("Id") ' Create a recordset object to store specific table information Set rsLogin = Server.CreateObject("ADODB.Recordset") 'Establish what records you want selected for the SQL query string SQL = "Select * From TblLogin where LoginId = " & Id 'Set the recordset object equal to the SQL query string rsLogin.Open SQL, objADO, 1, 3 %>
UPLOAD SELLER PICTURE
<% if WarningErrMsg <> "" then %>
| Error(s):<%= warningErrMsg %> |