Creates a Configuration object for a physical database store from a file on an Android device, and returns a ConfigFileAndroid object.
ConfigFileAndroid DatabaseManager.createConfigurationFileAndroid( String file_name, android.content.Context context ) throws ULjException
file_name The name of the file to use or create.
context The Context object from an Android application.
The ConfigFileAndroid object used to configure a database.
You must use this method, supply a non-null Context object with this method under either of the following conditions:
The file_name parameter is not an absolute path to the database file
The application uses the HTTPS protocol for data synchronization
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |