I have a scrip that works in XP SP2 but not in XP SP1
--------------------------------------------------------------------------------
I have the following scrip that works in XP SP2 but not in XP SP1
// Script
sub UpLoad (UploadFileName )
dim b1
b1=&H4000000 ' is required
set objStream =CreateObject(" ADODB.Stream")
set objRecord =CreateObject(" ADODB.Record")...
User Profile
Collapse
-
I have a scrip that works in XP SP2 but not in XP SP1
I have the following scrip that works in XP SP2 but not in XP SP1
// Script
sub UpLoad (UploadFileName )
dim b1
b1=&H4000000 ' is required
set objStream =CreateObject(" ADODB.Stream")
set objRecord =CreateObject(" ADODB.Record")
set cnn =CreateObject(" ADODB.Connectio n")
cnn.Open "provider=MSDAI PP.DSO;data
source="&docume nt.all.NameMach ine.value...
No activity results to display
Show More