![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/01/2002, 16:31
|
![Avatar de yampoo](http://static.forosdelweb.com/customavatars/avatar11653_1.gif) | | | Fecha de Ingreso: noviembre-2001 Ubicación: Vilanova i la Geltrú
Mensajes: 1.942
Antigüedad: 23 años, 2 meses Puntos: 0 | |
Re: k le pasa a esto k kieres kponga 1000 lines pondre 20:
<pre>
'## Forum_SQL - Do DB Update
strSql = "UPDATE " & strMemberTablePrefix & "MEMBERS "
strSql = strSql & " SET M_LASTHEREDATE = '" & DateToStr(strForumTimeAdjust) & "'"
if strAuthType="db" then
strSql = strSql & " WHERE " & strMemberTablePrefix & "MEMBERS.M_NAME = '" & UserName & "' "
else
if strAuthType="nt" then
strSql = strSql & " WHERE " & strMemberTablePrefix & "MEMBERS.M_USERNAME = '" & session("userid") & "' "
end if
end if
my_conn.Execute (strSql)
ReadLastHereDate = DateToStr(TempLastHereDate)
end function
function getMemberID(fUser_Name) </pre> |