|
-
Aug 17th, 2001, 11:52 AM
#1
Thread Starter
Addicted Member
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
-
Aug 20th, 2001, 10:40 PM
#2
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|