Forum Discussion
AlexKaras
16 years agoCommunity Hero
Hi Pakinam,
The 'Set' keyword in VBScript is used to assign the value to the variables that reference objects (i.e. object variables). ConnectionString and SQLStatament are not objects but ordinary string variables, so the 'Set' keyword must be removed.
The 'Set' keyword in VBScript is used to assign the value to the variables that reference objects (i.e. object variables). ConnectionString and SQLStatament are not objects but ordinary string variables, so the 'Set' keyword must be removed.