Ios sqlite with emails
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Ios sqlite with emails
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
Hi kcwvc52
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
what exactly do you mean?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.
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
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