Results 1 to 2 of 2

Thread: Error Creating Objects

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254

    Error Creating Objects

    Hi,
    I have a small application consisting of a number of classes. One of the objects is a connection object class call myConnection. When I create an simple object it creates a myConnection object to attach to a database, so one object myObject creates a connection using myConnection object. When I test this in VB it works without a problem.

    however when I try to test this on ASP I get

    Method '~' of object '~' failed

    Has anyone seen this before? This is fairly urgent for me, so any help is greatly appreciated.

    Lenin

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    Check your type again. In ASP, only variant type is accepted.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width