hi friends
i am using a asp file and scripting is done by the vbscript
i have created one dll file and registered .
hw i need to include or invoke that dll file in my application
any one help me guy's
thanks in advance
with regards
ravi
Printable View
hi friends
i am using a asp file and scripting is done by the vbscript
i have created one dll file and registered .
hw i need to include or invoke that dll file in my application
any one help me guy's
thanks in advance
with regards
ravi
AFAIK It's done the same as any other dll
Server.createObject("ADODB.Connection")
Edit:
Replace ADODB.Connection with whatever your classes are.