SqueakinSweep
Programmer
Im looking at a bit of script code, which has me puzzled as to where the return value comes from. The client end is IE5, and the server is W2K running IIS with a registered VB bespoke DLL named clsADO.DLL , for returning and handling record sets. I know the name of the DLL, as it is referenced in some ASP pages but not all, but it is also referenced in the following way.
oAdo = CREATEOBJECT(Application("DLL") is the same as
oAdo = CREATEOBJECT("clsAdo.Ado"
Im puzzled as to where I should look to find where this Application() function returns the name of the correct DLL.
Can anyone point me in the right direction, or at least point me to some documentation about the Application() function/method
oAdo = CREATEOBJECT(Application("DLL") is the same as
oAdo = CREATEOBJECT("clsAdo.Ado"
Im puzzled as to where I should look to find where this Application() function returns the name of the correct DLL.
Can anyone point me in the right direction, or at least point me to some documentation about the Application() function/method