AwDao.ConvertToDesignMaster Method 

Converts a database to the design master.

[Visual Basic]
Public Function ConvertToDesignMaster( _
   ByVal targetFileName As String _
) As Boolean
[C#]
public bool ConvertToDesignMaster(
   string targetFileName
);

Parameters

targetFileName
Filename.

Return Value

Returns true if successful; otherwise false.

Example

How to convert database file C:\Data.mdb to the design master.

dao.ConvertToDesignMaster("C:\Data.mdb")
dao.ConvertToDesignMaster("C:\\Data.mdb");

See Also

AwDao 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.