01.
sql =
"update products "
& _
02.
"set catid="
& catid &
","
& _
03.
"pname='"
& pname &
"',"
& _
04.
"pcompany='"
& pcompany &
"',"
& _
05.
"pprice="
& pprice &
","
& _
06.
"pdiscount="
& pdiscount &
","
& _
07.
"pimages='"
& pimages &
"',"
& _
08.
"pimagel='"
& pimagel &
"',"
& _
09.
"pdescriptionf='"
& pdescriptionf &
"',"
& _
10.
"pdescriptions='"
& pdescriptions &
"',"
& _
11.
"plink='"
& plink &
" "
& _
12.
"where pid ="
& pid
13.
Conn.Execute sql