[flexcoders] Flex - Mac - Database (Semi OT)

2005-12-13 Thread Steve Cox
All, Im currently looking at ways in which we could create a standalone app using flex and a database, for Mac OSX and PC. Basically were looking at creating a cd/dvd with a mac/pc installer which will provide a client with a desktop app and database. The flex-based desktop app

Re: [flexcoders] Flex - Mac - Database (Semi OT)

2005-12-13 Thread Tom Ortega
Zinc provides a way to talk to mySQL directly with no need for a middle tier. Of course, you'd have to precompile your swf to have Zinc compile it. Mixing MDMScript in with your flex code, asp, etc. might prove a bit time-consuming though. You'd have to include the MDMScript in the flex file,

Re: [flexcoders] Flex - Mac - Database (Semi OT)

2005-12-13 Thread John C. Bland II
Zinc actually connects to more than just MySQL. Zincâ„¢ v2.5 can connect to Microsoft Access* and MySQL Databases, and with added ADO support, you can practically connect to any Database Type! Zincâ„¢ v2.5 supports SQL statements which means that you can execute all INSERT, UPDATE, DELETE and