|
-
Oct 20th, 2002, 10:47 PM
#1
ASP / Binding
Hi,
What kind of binding is possible in ASP Applications? Is it true that the only possible binding in ASP is late binding? Since everything is treated as a variant.
Thanks & Regards,
Abhijit
-
Oct 21st, 2002, 01:59 AM
#2
Lively Member
that's true.
ASP has its Script Engine that interpreter your code.
this script engine is simply another COM object, that can be host by any application that support Automation.
because of it's nature, this script engine can work only through IDispatch interface.
IDispatch enable clients (such as ASP) that doesn't support pointers to communicate with COM objects.
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
|