September 2002
Intermediate to advanced
496 pages
10h
English
Many modern applications work with different information storages. The ultimate solution for storing large amounts of data is using database engines that provide easy access and high optimizations for different operations on your data. The .NET environment introduces ADO.NET, which represents a set of classes for performing various database operations from your .NET applications. In this chapter we review these classes with emphasis on discussing data providers, working with datasets, and describing different scenarios of working with a database that you may implement in your PerlNET programs.