Specify appropriate creation parameters, connection parameters, synchronization parameters, protocol options, references, and deployment files to ensure that your UltraLite.NET application runs successfully on Windows and Windows Mobile devices.
Prérequis
There are no prerequisites for this task.
Specify the following parameters:
When using obfuscation, set the creation parameter obfuscate=1 while creating the database.
When using AES, or FIPS 140-2 AES encryption, set the connection parameter DBKEY=encryption-key while creating or connecting to the database.
Set the appropriate parameter settings when using synchronization in your UltraLite application:
Synchronization type | Parameter settings |
---|---|
TCP/IP |
Set the Stream synchronization parameter to tcpip. |
HTTP |
Set the Stream synchronization parameter to http. |
RSA TLS |
Set the Stream synchronization parameter to tls. |
RSA HTTPS |
Set the Stream synchronization parameter to https. |
RSA FIPS 140-2 TLS |
Set the Stream synchronization parameter to tls. Set the protocol option fips=yes. |
RSA FIPS 140-2 HTTPS |
Set the Stream synchronization parameter to https. Set the protocol option fips=yes. |
When using RSA, or RSA FIPS 140-2 end-to-end encryption, set the protocol option e2ee_public_key=key-file.
When using ZLIB compression, set the protocol option compression=zlib.
Add references to:
iAnywhere.Data.UltraLite
iAnywhere.Data.UltraLite.resources
Deploy the following files:
%SQLANY16%\UltraLite\UltraLite.NET\Assembly\V2\iAnywhere.Data.UltraLite.dll.
%SQLANY16%\UltraLite\UltraLite.NET\Assembly\V2\en\iAnywhere.Data.UltraLite.resources.dll.
ulnetclient16.dll, located in %SQLANY16%\UltraLite\UltraLite.NET\CE\Arm50 for Windows Mobile. For Windows, it is located in %SQLANY16%\UltraLite\UltraLite.NET\x64 or %SQLANY16%\UltraLite\UltraLite.NET\win32.
Deploy the files appropriate for your application:
uleng16.exe.
When using ZLIB compression, mlczlib16.dll.
When using RSA TLS, RSA HTTPS, or RSA E2EE, mlcrsa16.dll.
When using FIPS 140-2 AES encryption, ulfips16.dll and sbgse2.dll.
When using RSA FIPS 140-2 TLS, RSA FIPS 140-2 HTTPS, or RSA FIPS 140-2 E2EE, sbgse2.dll and mlcrsafips16.dll.
For Windows Mobile, the files are located in %SQLANY16%\UltraLite\CE\Arm.50. For Windows, the files are located in %SQLANY16%\UltraLite\Windows\x64 or %SQLANY16%\UltraLite\Windows\x86.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |