[flexcoders] save word file to database.

2009-03-06 Thread markflex2007
Hi, I am doing a Air application and I need save a microsoft word file to database and I also need download the file back with AIR. I maybe need some encoder/decoder technology to do this.but I do not have idea about this. Would you please give me a idea about this. Thanks for your help

Re: [flexcoders] save word file to database.

2009-03-06 Thread Jeffry Houser
Although possible to save binary docs in a database, I recommend against it. Save them on disk and put a pointer in the database. If you're adamant about storing the files in the database looking into the BLOB data type (Binary Large OBjects ). I imagine if you send it to the database