VBscript looks to be a useful language for server side scripts. It supports a wide range of facilities beyond the LinkSession object. Being vbscript rather than delphi, it is necessary to translate the elink examples given in the elink documentation. The main differences to watch out for are the use of the set statement. Most assignments should be done without a set statement, but a set statement is needed if the data is a complex object, such a TDataSet, rather than a simple variable. This use of the set statement is built into VBscript.
Please find a VBscript reference manual at http://www.indusoft.com/pdf/VBScript%20Reference.pdf




