Results 1 to 2 of 2

Thread: ASP / Binding

  1. #1

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Question 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

  2. #2
    Lively Member
    Join Date
    Aug 2002
    Posts
    126
    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
  •  



Click Here to Expand Forum to Full Width