Use .mdb file instead of SQLite in iOS app?

How can I use .mdb fileinstead SQLite, I'm working on a project that will download and update data from .mdb file. I am looking for this, but cannot find anything that you could advise me.

+1
source share
2 answers

MDB Tools is an open source project whose goal is to support the Microsoft Access proprietary MDB file format for POSIX systems. Since it is written in pure C, it is quite easy to integrate this project into an iOS application. (You should specifically look at part of it libmdb.)

+4

.mdb API iOS. .mdb sqlite API iOS.

-3

All Articles