[crossposted to WinXP General]
Your other, related threads:
http://groups.google.com/group/micro...0a77760910a6a0
http://groups.google.com/group/micro...506dbeecf6fec0
http://groups.google.com/group/micro...82ce1dc17316d5
http://groups.google.com/group/micro...19d2f1b971a50f
To avoid confusion, please post all further follow-up in replies to this
thread. Thanks.
PLEASE NOTE that uninstalling SP3 and/or IE7 may not resolve your problem
and probably won't be necessary! See
http://kb2.adobe.com/cps/192/tn_19203.html
That being said...
If the REMOVE button for "Windows Internet Explorer 7" (in Add/Remove
Programs) is unavailable, you installed SP3 after you installed IE7:
About IE7 (and higher) and Windows XP Service Pack 3
http://blogs.msdn.com/ie/archive/200...and-xpsp3.aspx
To be able to uninstall IE7, you'd first have to uninstall WinXP SP3.
How to remove Windows XP Service Pack 3 from your computer:
http://support.microsoft.com/kb/950249
Uninstalling IE7
http://www.ie-vista.com/kbase2.html
[Only use the "spuninst.exe" Command if you cannot uninstall "Windows
Internet Explorer 7" via Add/Remove Programs *after* you've uninstalled SP3;
It's safe to ignore any "Such-and-such might not work..." warnings; Ignore
any reference to Vista on the above page]
IE7 (Un)Installation and Anti-Malware Applications:
http://blogs.msdn.com/ie/archive/200...lications.aspx
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Client - since 2002
Eric wrote:
> I have no idea, do you have any suggestions on how to determine which one
> install first? If IE7 is installed first, what should I do? and if SP3 is
> installed first, what should I do?
> Thanks in advance for any suggestions
>
> "PA Bear [MS MVP]" wrote:
>> Which was installed first, IE7 or SP3?
>>
>> About IE7 (and IE8) and Windows XP Service Pack 3
>> http://blogs.msdn.com/ie/archive/200...and-xpsp3.aspx
>>
>>
>> Eric wrote:
>>> The personal application cannot be updated for SP3 and IE7, but XP is
>>> updated with SP3 and IE7, so I need to uninstall both service pack.
>>> Does anyone have any suggestions on how to uninstall them?
>>> Thanks everyone very much for any suggestions
>>>
>>>> I have a function -
>>>>
>>>> Function GetManagersName(xxx)
>>>> Set RS = Conn.execute(localSQLString)
>>>> GetManagersName = RS("Name")
>>>> RS.close
>>>> SET RS= nothing
>>>> end function
>>>> ---------------------
>>>> If it cannot find a name, I would like to put blank.
>>>>
>>>> call is made to get record set from the database.
>>>>
>>>> Database can't find the record as a result I get the error
>>>>
>>>> ADODB.Field error '800a0bcd'
>>>>
>>>> Either BOF or EOF is True, or the current record has been deleted.
>>>> Requested operation requires a current record.
>>>>
>>>> Thank you,
>>>> -Me