I have some ASP code:

If strMode = "new" Then .AddNew
                .Fields("ho")=(Request.Form("txtho"))
                .Fields("ten") = (Request.Form("txtten"))
                .Fields("ngaysinh") = (Request.Form("txtngaysinh"))
                .Fields("gioitinh") = (Request.Form("txtgioitinh"))
                .Fields("diachi") = (Request.Form("txtdiachi"))
                .Fields("ghichu")=(Request.Form("txtghichu"))
                .Fields("dienthoai") = (Request.Form("txtdienthoai"))
                .Fields("quequan")=(Request.Form("txtquequan"))
                .Fields("email") = (Request.Form("txtemail"))
                .Update

I don't know what does the point mean?.AddNew and .Fields .Update






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to