本人开发了一个小的MIS系统,打了一个服务器包和一个客户端包;
Windows2000 Server作服务器,安装了Oracle8i 数据库;
windows98作客户端;
安装都没问题,但当我从客户端访问时出现这样一个错误:
 变量使用了Visual Basic不支持的Automation类型;
当我通过Windows2000 Profession 访问时没事;请问有哪位高手碰到此问题,怎么解决的?
请问Visual Basic不支持的Automation类型有哪些呀?
万分感谢!

解决方案 »

  1.   

    我在写一个通信软件时也碰到这个问题,后来我用timer控件搞定了。
      

  2.   

    Visual Basic Scripting Edition   Class doesn't support Automation
    You attempted to access a property or method of an object that does not support Automation. You can create and pass a pointer to an object that does not support Automation, but you cannot access its properties and methods.To correct this errorCheck the documentation of the application that created the object for limitations on the use of Automation with this class.Note   The object may have been created using CreateObject, but it also may have been introduced by way of the host object model.