|
data base unlimited |
|||||
|
|||||
|
Home Up SQL Access VB 6 Visual Basic. NET ASP.NET Exchange Server
ADO get ADO set ADO and ASP
|
ADOInformation on ADOMicrosoft is continually updating its ADO data interfaces and drivers. The latest download is at http://tinyurl.com/iza5. Other Visual Basic sites and technical publication sites maintain substantial information. MDAC 2.8 RTM is available for download in English. The RTM release This redistributable installer for the MDAC 2.8 release installs the same Data Access components as Microsoft Windows Server 2003 and is supported on Windows 2003, 2000, XP. ADO OverviewUntil the arrival of .NET interfaces, ADO (Active Data Objects) replaced ODBC (Open Data Base Connections) as the preferred technology for accessing data. Its main advantages are: UniversalityThe same front end code can be used for accessing an NT SQL Server database as for a UNIX Oracle database or for Exchange Server structured storage or data in a video stream or for text files or for ... the list is continually growing. FlexibilityADO allows such things as remote (asynchronous) data sets: the ability to hold a subset of data locally, make changes, and then merge changes with a central database at a later time. Ease of useThe syntax of ADO is very similar to DAO, the data access language used by Access since its inception. ADO versus DAO and ODBC
Code samplesLook on the side menu bar to go to some code examples of working with ADO to retrieve and update data. Copyright DBU 2000.
|
Location Map
Updates
|
|||