Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hi

How to connect to ultralite12 database through code in a swift project?

asked 23 Dec '14, 00:31

Murugesh%20PA's gravatar image

Murugesh PA
31224
accept rate: 0%


The UltraLite interface is C++. So for now, you must write an encapsulation of your database API in C or Objective C, and call that from Swift. (This encapsulation may be simply exposing the UL APIs that you want to use, or it could be higher level and include concepts specific to your application.)

permanent link

answered 23 Dec '14, 11:56

Tim%20McClements's gravatar image

Tim McClements
2.0k1830
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×162

question asked: 23 Dec '14, 00:31

question was seen: 1,574 times

last updated: 23 Dec '14, 11:56