I am trying to insert some records into MS Access Table with the help of below VB Script. But when am trying to execute it, it\'s throwing Compilation error: Expected end of sta
Adding to Ekkehard.Horner http://www.csidata.com/custserv/onlinehelp/vbsdocs/vbs6.htm
VBScript has only one data type called a Variant. A Variant is a special kind of data type that can contain different kinds of information, depending on how it's used. Because Variant is the only data type in VBScript, it's also the data type returned by all functions in VBScript.