如何使ASP与ACTIVEX DLL无缝连接?(0分)

  • 主题发起人 主题发起人 yaojian
  • 开始时间 开始时间
hehe, I am very pleased to let u know it's easy!
if u have a ole automation dlls, u can use
Set varible = Server.CreateObject("OleServerName.SubObject")
to get the Olesubobject, and then just use varible.method(property)
to use them. i.e.:
Set FileObject = Server.CreateObject("Scripting.FileSystemObject")
can create a filesystemobject fileobject, and now u can use
FileObject.CreateTextFile FileObject.OpenTextFile ...
To develop ole automate server by delphi, I good suggest is u can goto
the http://164.76.13.241:8080/lgc/ see the 《用Delphi开发用于ASP的OLE
Automation Server》 text writen by yysun. It's a very good text for
deleloper.

 
接受答案了.
 

Similar threads

后退
顶部