why is type-property of globalvariable-object always 8 or 12???? -
10-25-2004
, 09:25 AM
hi,
i'm accessing a dts-package via vb and want to read out the type-property of
a global variable (because i want to initialize it either with 0 or with ""
). however, all i get out of this property is the value 8 no matter if the
datatype is integer,string or datetime...
does anyone know what am i doing wrong??? |