Page 1 of 1
Ios sqlite with emails
Posted: Wed Jun 29, 2011 12:48 am
by kcwvc52
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.
Re: Ios sqlite with emails
Posted: Wed Jun 29, 2011 12:36 pm
by Klaus
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
Re: Ios sqlite with emails
Posted: Wed Jun 29, 2011 7:06 pm
by kcwvc52
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