search for: ibphoenix

Displaying 2 results from an estimated 2 matches for "ibphoenix".

2001 Dec 07
0
Paradox 9 runtime
I'm interested in moving a client-server application written partially in Paradox 9 onto an all linux platform. The server is Interbase, so that was an easy transition thanks to IBPhoenix. However, the client requires the Paradox 9 runtime which isn't available on Linux. Wine seems like a possibility, but I can't find any evidence of anyone trying it, successful or not. Has anyone out there tried a Paradox based application in WINE? Dave
2006 Mar 24
10
innodb vs myisam
Hi, I have been using myisam tables in mysql with rails because my client will soon want fulltext searchable content, however when I migrated my development db from schema.rb all of the tables generated were innodb. I understand that I can override this, but also like the transactions and foreign keys of innodb. So 2 questions really: 1. are transactions in activerecord dependent on innodb or do