Programming with Microsoft Visual C++.NET 6ed [Electronic resources] نسخه متنی

This is a Digital Library

With over 100,000 free electronic resource in Persian, Arabic and English

Programming with Microsoft Visual C++.NET 6ed [Electronic resources] - نسخه متنی

George Shepherd, David Kruglinski

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید








Chapter 35: Programming ADO.NET Using Managed C++



Overview


Over the last few years, the Microsoft platform has accommodated an alphabet soup of acronyms representing various data access technologies, including ODBC (Open Database Connectivity), DAO (Data Access Objects), OLE DB (OLE Database), and ADO (ActiveX Data Objects), which until a few years ago was the preferred data access technology for the Microsoft platform. .NET has changed that.

ADO.NET will undoubtedly be the data access technology of choice for modern applications running under .NET. ADO.NET is the managed code alternative to traditional ADO. This chapter is all about data access under .NET. We'll look at connecting to databases, issuing commands to databases, reading data out of databases, and managing data sets using ADO.NET.


/ 319