HOWTO: Use RDS 1.5 Server with Internet Explorer 3.02ID: Q178728
|
This article provides information on how to make a Web page using a RDS (Remote Data Service) 1.5 server component viewable in an Internet Explorer 3.02 browser using the RDS 1.1 client component.
When creating a Web page that is using RDS 1.5 server, you must include the
RDS 1.1 client control in the codebase in order to support Internet
Explorer 3.02. The Msadc11.cab file can be copied onto the Server that RDS
1.5 is installed on by selecting it as an option when installing the RDS
1.5 server components. The RDS 1.1 cab file is not selected in the default
RDS 1.5 server installation. After installation, the default directory that
the cab file resides in is:
c:\program files\common files\system\msadc
<OBJECT CLASSID="clsid:9381D8F2-0288-11d0-9501-00AA00B911A5"
ID=ADC HEIGHT=1 WIDTH = 1
CODEBASE="HTTP://serverName/MSADC/msadc11.cab">
<PARAM NAME="BINDINGS" VALUE="Grid;">
</OBJECT>
Refer to Adctest.asp in the msadc/samples11 directory for the complete
Active Server Pages (ASP) code.
Note that RDS 1.5 will create two sample directories, "samples" and
samples11" when RDS 1.1 is selected to be installed on the computer during
the RDS 1.5 setup. "Samples" is the directory for Internet Explorer 4.0 and
"Samples11" is the directory for Internet Explorer 3.02.
Additional query words: kbdsi
Keywords : kbnokeyword kbADO kbVisID kbVisID100 kbIE302 kb1394
Version : WINDOWS:1.0,1.5
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: May 11, 1999