Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » UltraLite - .NET Programming » UltraLite.NET application development

 

UltraLite.NET application deployment

You must deploy the following files to your Windows Mobile device or Windows desktop. All file paths are relative to the UltraLite directory of your SQL Anywhere installation.

  • iAnywhere.Data.UltraLite.dll   An assembly containing the iAnywhere.Data.UltraLite ADO.NET namespace. This file is located in the UltraLite.NET\Assembly\V2 and UltraLite.NET\CE\Assembly\V2 directories.

  • iAnywhere.Data.UltraLite.resources.dll   The resources needed by the iAnywhere.Data.UltraLite ADO.NET namespace. This file is located in the UltraLite.NET\Assembly\V2\en and UltraLite.NET\CE\Assembly\V2\en directories.

  • ulnet12.dll   This file contains the UltraLite runtime used by a single client. A separate version of the runtime is provided for each target platform. This file is located in the UltraLite.NET\win32\, UltraLite.NET\win32\, and UltraLite.NET\CE\Arm.50 directories.

  • ulnetclient12.dll   This file contains the interface to the UltraLite engine and is used to allow multiple clients to access the engine. This file is located in the UltraLite.NET\win32\, UltraLite.NET\win32\, and UltraLite.NET\CE\Arm.50 directories.

 See also