Posts

Showing posts with the label UltraLite 17

Creating a database in SAP's Ultralite 17 - Part 2

Image
Mobile apps without data are not very interesting especially for enterprise / business applications. Most  businesses are data-centric. Ultralite databases with their small foot print are ideal for mobile applications. As described in the previous post you can use the APIs to create apps on many different devices. In this post I describe the steps to create a database with all the default settings using the SQL Central interface. If you are new to SQL Central (was previously called Sybase Central) you may want to read my older posts here . Launch S QL Central from All Programs under SQL Anywhere 17. Click Tools and choose under UltraLite to create a database as shown. Create_00.png  Creating a database is driven by the Wizard which appears as soon as you click Create Database... in the above window. The following sequence of windows shows how the database is created. Although you can make many changes to the database settings, all defaults are used in this post. ...