Ios sqlite with emails

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kcwvc52
Posts: 49
Joined: Sun Jun 12, 2011 9:55 pm

Ios sqlite with emails

Post by kcwvc52 » Wed Jun 29, 2011 12:48 am

any ideas on an organized way (such as a table) to add sqlite to an email. it is easy to get the data into the email. just not very pretty especially if you have 48 columns.

Klaus
Posts: 14206
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Ios sqlite with emails

Post by Klaus » Wed Jun 29, 2011 12:36 pm

Hi kcwvc52
kcwvc52 wrote:any ideas on an organized way (such as a table) to add sqlite to an email. it is easy to get the data into the email. just not very pretty especially if you have 48 columns.
what exactly do you mean?
Attach the database file to a mail?
Put the complete content of the database into a mail?
Only one or more records?
How is the recipient supposed to view the data?
Maybe exporting to a CSV file and attach it to the mail?


Best

Klaus

kcwvc52
Posts: 49
Joined: Sun Jun 12, 2011 9:55 pm

Re: Ios sqlite with emails

Post by kcwvc52 » Wed Jun 29, 2011 7:06 pm

put the complete content of the database into a mail. and if possible cannot be an attachment. i was looking at htlm to see if that is possible but i havent found a command to tell me the amount of rows in the database. i am just looking for a way to make it more organized instead of a string of numbers or names across the page

Post Reply