home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 November / VPR9711A.ISO / MS_IE40J / IE4P2 / ie4data.cab / DataRead.me next >
Text File  |  1997-07-14  |  4KB  |  63 lines

  1.  
  2. =======================================================================
  3.  
  4. Release notes for the Data Aware components of Internet Explorer 4.0:
  5.  
  6. =======================================================================
  7.  
  8. -----------------------------------------------
  9. Overview
  10. -----------------------------------------------
  11.  
  12. As part of Dynamic HTML, Data Awareness is a new feature of Internet Explorer 4.0 that allows data display and manipulation on the client. The Data Awareness features are enabled by the introduction of W3C-proposed HTML extensions and including a Data Source Component on the HTML page. The HTML extensions allow the author to bind elements of a page to columns of a data set (details on these HTML extensions can be found in the HTML reference included with the Internet Explorer 4.0 SDK). One or more Data Source Components supply data to the elements on the page with the HTML extensions. Data Source Components can be ActiveX controls (written in VC or VB) or Java applets.
  13.  
  14. Two data source components ship as an integral part of Internet Explorer 4.0: the Advanced Data Connector and the Tabular Data Control. Issues with these components are explained in the following sections.
  15.  
  16.  
  17. -----------------------------------------------
  18. Microsoft Advanced Data Connector 1.5
  19. -----------------------------------------------
  20.  
  21. To get the ADC 1.5 Beta 1 server components, please visit the ADC Beta
  22. FTP site at:
  23.  
  24. ftp://adcbetaVIP:adcbeta10xyz@transfer.microsoft.com/adcbeta/
  25.  
  26. The directory contains all necessary server installation files, online
  27. documentation, and sample programs.
  28.  
  29. The official ADC website can be found at:
  30.  
  31. http://www.microsoft.com/adc
  32.  
  33. It contains current release information, links to our newsgroup, and
  34. additional information on using the samples. It also has the full ADC
  35. documentation available for browsing and download.
  36.  
  37.  
  38. -----------------------------------------------
  39. Tabular Data Control 
  40. -----------------------------------------------
  41.  
  42. Welcome to the Tabular Data Control(TDC) for the Internet Explorer 4.0 Preview Release.
  43. To get more information about the TDC, please see the Samples\TDC directory in the Internet Explorer 4.0 SDK.
  44.  
  45. Current Known Issues with the TDC:
  46. (a) The CharSet property has not been implemented.
  47. (b) The error "Class doesn't support Automation" may display if a text file is specified for the DataURL property that doesn't exist.
  48.  
  49. --------------------------------------------------
  50. Data Awareness Issues
  51. --------------------------------------------------
  52.  
  53. Current known issues with Data Awareness support in IE4 are:
  54. (a) When a row is added/deleted to a data set, a bound, repeated table will not display the inserted/deleted row even though it is present/removed in/from the data set. A Refresh() method has been temporarily added to the table to refresh the data set - it will be removed for ship. You can use this to display inserted/deleted rows.
  55. (b) Although the HTML attributes for data binding are accessible from the Dynamic-HTML object model, changes to these attributes will not cause changes to the bindings. This is a feature that will be added for ship.
  56.  
  57.  
  58. ---------------------------------------------------
  59. ActiveX Data Objects
  60. ---------------------------------------------------
  61.  
  62. Internet Explorer 4.0 exposes the ADO object model on all data providers. Script authors can obtain the ADO recordset by getting the RecordSet property from a Data Source Component.
  63.