易截截图软件、单文件、免安装、纯绿色、仅160KB

假前最后一帖ASP调用VB组件

我用VB按MVC的构架写组件供ASP调用
BLL层
VB code:

Private Dal As New moonPotato_DAL
Public Sub inSertUser(Model As moonPotato_Model)
Dal.InSertCls (Model)
End Sub


ASP中调用
VB code:

Set BLL = server.CreatoObject("tttt.moonPotato_BLL")
Set Model= server.CreatoObject("tttt.moonPotato_Model")
Model.userName="123"
Model.userLevel="456"
BLL.inSertUser(Model)


这样就提对象不支持该属性或方法
如果BLL在VB中写,直接写在ASP中就正可正常执行,这是什么原恩


呵呵。问题已经解决了。
Dal.InSertCls (Model)
改成
Dal.InSertCls Model


引用
呵呵。问题已经解决了。
Dal.InSertCls (Model)
改成
Dal.InSertCls Model


用call Dal.InSertCls (Model) 也行



打酱油~~~~~


相关问答:

asp中用javascript动态改变Image的src的路径问题

<form id="form1" runat="server">
  <div>
  <script type="text/javascript">
  function oo(a){
  document.getEleme ......

ASP判断的问题,郁闷了!判断不出来!

HTML code:

dim jf
set conn=server.createobject("adodb.connection")
connstr="Driver={Sql Server};Server="&Sqlip&";Database="&Sqldb&";Uid="& ......

帮帮我呀.需要一个asp域名查询的功能


谁有asp域名查询的功能的源码哦.

能给我一个吗,我很需要呀,谢谢哈


看看这个。
http://www.aspinfo.cn/article/bc/xml/17901.html

哎.怎么没人回复哦


如需要阅读该回复,请登录或注册 ......

我是一名ASP处学者!想请帮忙推荐一本ASP好的书籍

我原本是学jsp的可找了一个ASP的公司!我要重新学习! 学习ASP! 希望大家推荐一本好书给我谢谢
<ASP3.0高级编程> 网上有电子版的

发现网上asp信息时最多的 比其他的都多好多

yun

找本有应用事例的A ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号