Initializes a ULFileTransfer object. The connection must be opened before you can perform any operations against the database.
Visual Basic Public Sub New()
C# public ULFileTransfer();
You do not need a database connection to perform a file transfer, however, if your application will be using an UltraLite database with the UltraLite Engine runtime, you must set ULDatabaseManager.RuntimeType to the appropriate value before using this API or any other UltraLite.NET API.
The ULFileTransfer object needs to have the ULFileTransfer.FileName, ULFileTransfer.Stream, ULFileTransfer.UserName, and ULFileTransfer.Version set before it can transfer a file.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |