教程集 www.jiaochengji.com
教程集 >  脚本编程  >  Asp  >  正文 ASP能否调用notes的数据

ASP能否调用notes的数据

发布时间:2016-10-18   编辑:jiaochengji.com
教程集为您提供ASP能否调用notes的数据等资源,欢迎您收藏本站,我们将为您提供最新的ASP能否调用notes的数据资源
试试吧
  <%
  On error resume next
  Set session=CreateObject("Notes.NotesSession")
  Set db=session.GetDatabase("","test4.nsf")
  Set doc=db.CreateDocument
  doc.Form="Main"
  doc.Subject="subject"
  doc.Body="body"
  doc.Save true,false
  If Err.Number<>0 Then
  Response.Write err.Description
  Else
  Response.Write "success"
  End If
  %>

您可能感兴趣的文章:
ASP能否调用notes的数据
jQuery即时贴插件 Sticky Notes
Lotus Domino/Notes Toolkits综述(五) LDDJ
处理ASP请求的内部讨论
有关微软新一代开发技术ASP 的介绍
ASP 全新接触(1)
常用的 ASP ActiveX 组件
asp连接access数据库 方法
asp简介和五大内置对象
ASP基础

[关闭]
~ ~