C
CJ Taylor
Hey someone want to help me out with this?
Dim sDType as string
sDType = dReader("sDataType")
retval = ctype(dReader("oParameterValue"),
gettype(System.Type.GetType(sdtype)))
why doesn't this work?
If anyone knows that would be great.
Thanks,
cj
Dim sDType as string
sDType = dReader("sDataType")
retval = ctype(dReader("oParameterValue"),
gettype(System.Type.GetType(sdtype)))
why doesn't this work?
If anyone knows that would be great.
Thanks,
cj