Re: SQLite mime type?

2009-12-31 Thread Austin Ziegler
On Tue, Dec 29, 2009 at 4:13 PM, Paul Archibald wrote: > Cool, thanks, I'll try that. > On Dec 29, 2009, at 11:10 AM, davel...@mac.com wrote: >> On Dec 29, 2009, at 11:56 AM, Paul Archibald wrote: >>> I am using SQLite in my iPhone app. and i want to be able to email the >>> database file. I see

Re: SQLite mime type?

2009-12-29 Thread Paul Archibald
Cool, thanks, I'll try that. On Dec 29, 2009, at 11:10 AM, davel...@mac.com wrote: On Dec 29, 2009, at 11:56 AM, Paul Archibald wrote: I am using SQLite in my iPhone app. and i want to be able to email the database file. I see that attaching it to a message is pretty straightforward, but t

Re: SQLite mime type?

2009-12-29 Thread davelist
On Dec 29, 2009, at 11:56 AM, Paul Archibald wrote: > I am using SQLite in my iPhone app. and i want to be able to email the > database file. I see that attaching it to a message is pretty > straightforward, but the addAttachmentData method requires a mime type, and I > don't know what that s

SQLite mime type?

2009-12-29 Thread Paul Archibald
I am using SQLite in my iPhone app. and i want to be able to email the database file. I see that attaching it to a message is pretty straightforward, but the addAttachmentData method requires a mime type, and I don't know what that should be. Any ideas out there? ___