AwDbData Constructor 

Initializes a new instance of the class.

[Visual Basic]
Public Sub New( _
   ByVal srcFileName As String _
)
[C#]
public AwDbData(
   string srcFileName
);

Parameters

srcFileName
Filename of data source.

Example

How to create a new instance of the class.

Dim dbData As New AwDbData("C:\Data.mdb")
AwDbData dbData = new AwDbData("C:\\Data.mdb");

See Also

AwDbData Class | Asterworld.Data Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.