I have a Windows database program that uses relational Paradox tables. I would like to rewrite the program to work on a Mac computer. The original program was written in C++ using the Embarcadero C++ 2010 compiler. I don’t know where to start because I am new to the Mac world.
I am currently reading “Objective-C Programming The Big Nerd Ranch Guide” to learn how to program on the Mac. I plan to get the ‘Swift’ book next. However, I don’t see any database applications in either book.
Is there some Mac relational database that I can use for a desktop program on a single computer (i.e., no server) and is there a good book to learn how to write code for the database?
Thank you…
Earl Staley