I have an password protected Delphi's ABS (Absolute database) database that I need to export to MySQL.
I do have the password but I can not find any software that would run on开发者_开发问答 MAC OS X to do that.
I tried emulating ABS DBManager (Windows software) on MAC, but it didn't really work.
Any suggestions?
Run the AbsDB Manager on a Windows machine, export the data, move it to OSX and import to MySql there.
A direction to explore:
Absolute Database also target Delphi XE2 as of version 6.20.
In theory, MacOS DBManager binary may be obtained through crossplatform compilation provided the availability of source code (there are some license granting that privilege).
You can ask for support from the vendor. Just my 5 cents.
精彩评论