" />

Notícias

Diciembre 2004

    Clase AdsHelper disponible para desarrolladores .NET (inglés)

    The AdsHelper class is a .NET component that you can include in your application to simplify tasks such as creating DataSet and AdsDataReader objects, executing stored procedures, and executing SQL statements. It is an Advantage-specific implementation of the Microsoft Data Access Application Block for .NET version 2. It is shipped as a C# and Visual Basic .NET source file that you can include directly in a C# or Visual Basic .NET project.

    As an example, it provides the capability to create a DataSet with a single line of code:

    DataSet ds = AdsHelper.ExecuteDataset( @"data source=c:\data", CommandType.Text, "select * from mytable" );

    The AdsHelper class is available for download from the Advantage Developer's Zone. It's located in the 7.1 Release category

    Leer más ...