AwDbData.Close Method 

Closes the connection to the database.

[Visual Basic]
Public Function Close() As Boolean
[C#]
public bool Close();

Return Value

Returns true if successful; otherwise false.

Example

How to close the connection to the database.

dbData.Close()
dbData.Close();

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.