主頁(yè) > 知識(shí)庫(kù) > ASP 常見對(duì)象總結(jié)(熟悉一下利用以后的開發(fā)使用)

ASP 常見對(duì)象總結(jié)(熟悉一下利用以后的開發(fā)使用)

熱門標(biāo)簽:騰訊地圖標(biāo)注商戶關(guān)閉 長(zhǎng)沙防封電銷卡品牌 外呼系統(tǒng)還用卡么 地圖標(biāo)注宅基地 地圖標(biāo)注服務(wù)哪家好 智能電銷機(jī)器人適用于哪些行業(yè) 武漢營(yíng)銷電話機(jī)器人軟件 徐州人工智能電銷機(jī)器人好用嗎 西寧公司外呼系統(tǒng)平臺(tái)
ADO對(duì)象:
Connection
Command
Recordset
Record
Stream

ASP支持的對(duì)象很多,可以自己編寫COM組件,下面是我們經(jīng)常使用的:

Server.CreateObject("scripting.filesystemobject")
Server.CreateObject("scripting.dictionary")hashtable
server.createxobject("word.Application")//server
activexobject("word.Application")//client
Server.CreateObject("Excel.Application")//server
activexobject("Excel.Application")//client
CreateObject("powerpoint.Application")
Server.CreateObject("Microsoft.xmlhttp")
Server.CreateObject("Microsoft.xmldom")
Server.CreateObject("msxml2.xmlhttp.4.0")
Server.CreateObject("wscript.shell")
Server.CreateObject("wscript.network")//網(wǎng)絡(luò)地址的
Server.CreateObject("mswc.adrotator")
CreateObject("Excel.sheet")
ms frontpage: ofp = CreateObject("frontpage.Application")
ms access: oaccess = CreateObject("access.Application")
ms graph: ograph = CreateObject("msgraph.Application")

下面是我們應(yīng)該知道的:
CreateObject("photoshop.Application")

//關(guān)于sql server的
CreateObject("sqldmo.sqlserver")
CreateObject("sqldmo.login")
CreateObject("sqldmo.backup")
CreateObject("sqldmo.user")
Server.CreateObject("sqldmo.backupdevice")
Server.CreateObject("sqldmo.database")
Server.CreateObject("sqldmo.restore")



//msmq的
Server.CreateObject("msmq.msmqqueueinfo")
CreateObject("msmq.msmqquery")

//全文索引的
Server.CreateObject("ixsso.query")
Server.CreateObject("ixsso.util")

郵件發(fā)送的組件我沒有總結(jié),請(qǐng)熱心的朋友總結(jié)出來(lái):
cdo,jmail,imail等。

下面一些是不太常見的對(duì)象:
accpac advantage corporate:
oaccpac=CreateObject("accpac.xapisession")

accpac report master for windows:
oimpapp=CreateObject("impromptu.Application.30")

bartender:
obartender = CreateObject("bartender.Application")

crystalreports:
ocrApplication = CreateObject ("crystalruntime.Application")
this doesnt invoke an ide actually.

eudora:
oeud = CreateObject("eudora.euApplication.1")

faxmaker:
ofax = CreateObject("fmfaxapi.Application")

groupwise:
ogroupwise = CreateObject("novellgroupwaresession")

lotusnotes:
onotes = CreateObject("notes.notessession")
onotes = CreateObject("notes.notesuiworkspace")
onotes = CreateObject("lotus.notessession")(domino 5.0.3)

ms common dialog:
ocommmondialog = CreateObject("mscomdlg.commondialog") !!! you cant directly create this object without a development licence, so for dynamically doing it on another machine, see below. -- petercrabtree

ms internet explorer:
oie = CreateObject("internetexplorer.Application")
ieautomationexample

ms mappoint:
omappoint = CreateObject("mappoint.Application")

msn messenger:
omessenger = CreateObject("msnmessenger.messengerapp")

ms netmeeting:
onetmeeting=CreateObject("netmeeting.app.1")

ms outlook:
ooutlook = CreateObject("outlook.Application")

ms outlook express: none - it is not a com server!

ms powerpoint:
opp = CreateObject("powerpoint.Application")

ms project:
oproj = CreateObject("msproject.Application")

ms sourcesafe:
ovss = CreateObject("sourcesafe.0")

ms word:
oword = CreateObject("word.Application")

ms visio:
ovisio = CreateObject("visio.Application")


ms visualbasic: 不知道,網(wǎng)站也沒有登記出來(lái)。

ms visualcplusplus: (vc++)
ocpp = CreateObject("msdev.Application")

ms visualfoxpro:
ovfp = CreateObject("visualfoxpro.Application")

ms windowsscriptinghost:
owsh = CreateObject("wscript.shell")

novell groupwise:
ogroupwise = CreateObject("novellgroupwaresession")

pcanywhere (host):
opcahost = CreateObject("winawsvr.behostdatamanager")

pcanywhere (remote):
opcarem = CreateObject("winawsvr.remotedatamanager")

quickbooks:
qbsessionmanager = CreateObject("qbfc2.qbsessionmanager")

rationalrose:
orose = CreateObject("rose.Application")

tapifax:
otapifax = CreateObject(faxserver.faxserver)

windowsshell:
owsh = CreateObject("shell.Application")

windows media player:

owmp = CreateObject("wmplayer.ocx")
oplaylist = owmp.playlistcollection.getall()
owmp.currentplaylist = oplaylist.item(0) zero based array *!* music starts!

windows messenger:
omessenger = CreateObject("messenger.messengerapp")

winfax:
owinfax = CreateObject("winfax.sdksend")

winprint :
owinprint = CreateObject("winprint.winprintx")

sql-dmo object:
losql = CreateObject("sqldmo.Application")

others:

scripting shell:
oshell = CreateObject("wscript.shell")

scripting network object:
onet = CreateObject("wscript.network")

scripting regular expression_r_r parser:
oreg = CreateObject("vbscript.regexp")

sql dmo sql server:
CreateObject("sqldmo.sqlserver")
您可能感興趣的文章:
  • 用ASP開發(fā)網(wǎng)頁(yè)需要牢記的注意事項(xiàng)
  • ASP開發(fā)中存儲(chǔ)過(guò)程應(yīng)用全接觸
  • ASP開發(fā)中數(shù)據(jù)庫(kù)文件調(diào)用的捷徑
  • 動(dòng)態(tài)網(wǎng)站web開發(fā) PHP、ASP還是ASP.NET
  • ASP開發(fā)網(wǎng)頁(yè)牢記注意事項(xiàng)
  • ASP開發(fā)中可能遇到的錯(cuò)誤信息中文說(shuō)明大全(整理收集)
  • ASP存儲(chǔ)過(guò)程開發(fā)應(yīng)用詳解
  • 支付寶 接口開發(fā)幫助(asp,php,asp.net,jsp)
  • ASP開發(fā)準(zhǔn)則是什么

標(biāo)簽:荊門 運(yùn)城 普洱 鷹潭 雅安 巴彥淖爾 通化 通遼

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP 常見對(duì)象總結(jié)(熟悉一下利用以后的開發(fā)使用)》,本文關(guān)鍵詞  ASP,常見,對(duì)象,總結(jié),熟悉,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP 常見對(duì)象總結(jié)(熟悉一下利用以后的開發(fā)使用)》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于ASP 常見對(duì)象總結(jié)(熟悉一下利用以后的開發(fā)使用)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章