
Why do I get this problem ?
Type Mismatch When Passing Parameters from ASP to VB
http://support.microsoft.com/view/dev.asp?kb=244012
Applies to any script host, not just ASP...
--
Michael Harris
MVP Scripting
Hi all !
My problem is as follows: Trying to call a method of an object from
VBScript I get : "Type mismatch" message. BUT in VB itself, calling
the same method on the same kind of object, with the same arguments,
everything works fine.
The VBScript code is as follows:
dim myObj
set myObj = CreateOject("ArielDataServer.ArielObject")
myObj.LoadMyStuff myString, myErrorCode
Thanks in advance
Ariel Tikotzki