Search found 30 matches

Go to advanced search

by Nathan Morin
Fri Jul 17, 2020 6:17 pm
Forum: Issues
Topic: Working with 2 Web SQL Databases
Replies: 1
Views: 390
 
Jump to post

Working with 2 Web SQL Databases

\""Company\"":\""\""

by Nathan Morin
Sun Aug 10, 2014 12:26 pm
Forum: Issues
Topic: How do I create a service to push data from a SQLite database to cloud database?
Replies: 1
Views: 434
 
Jump to post

How do I create a service to push data from a SQLite database to cloud database?

Hi- I am trying to create a service that pushes data from the local SQLite database to the cloud. I have successfully populated the database with information from the cloud but now need to do the reverse. Please do not send me links to this tutorial: http://devcenter.appery.io/tutorials/... I have a...
by Nathan Morin
Sun Aug 10, 2014 12:20 pm
Forum: Issues
Topic: how to submit data in SQLite to online database
Replies: 6
Views: 1848
 
Jump to post

how to submit data in SQLite to online database

Thanks for the response. I asked my question after successfully creating an SQLite database and trying to use the code above. So I am looking for more than what was posted. You mentioned "with some adjustments to make it work with SQLite" and this is what I am stuck on. However, I would li...
by Nathan Morin
Sat Aug 09, 2014 11:48 pm
Forum: Issues
Topic: how to submit data in SQLite to online database
Replies: 6
Views: 1848
 
Jump to post

how to submit data in SQLite to online database

Hi Evgene-

How does that tutorial (from your link) work with SQLite? I have a SQLite database that I need to push the cloud database like Zhong Liu. I am having trouble using that tutorial to do so. Can you help?

Cheers,

Nathan

by Nathan Morin
Sat Aug 09, 2014 11:42 pm
Forum: Issues
Topic: Offline DB and synching with online DB
Replies: 9
Views: 1681
 
Jump to post

Offline DB and synching with online DB

Maryna-

Hi. How does one push the data from the local SQLite database to the database in the cloud? I have successfully created and populated a local SQLite database and now I need to populate the database in the cloud with the same entires. Thanks for your help.

Cheers,

Nathan

by Nathan Morin
Wed Aug 06, 2014 7:41 pm
Forum: Issues
Topic: How do I increase the number of rows in a Sqlite Local Database?
Replies: 2
Views: 585
 
Jump to post

How do I increase the number of rows in a Sqlite Local Database?

Hi. I have successfully implemented this tutorial to fit my requirements: http://devcenter.appery.io/tutorials/... I have it working perfectly with a small dataset. However, I am now working with a larger database (over 200 entries) and the code below is only pulling the first 100 rows. How can I in...
by Nathan Morin
Mon Apr 28, 2014 3:22 am
Forum: Issues
Topic: Importing data column(s) from spreadsheet stored online in Zohodocs or Googledrive sheets
Replies: 2
Views: 560
 
Jump to post

Importing data column(s) from spreadsheet stored online in Zohodocs or Googledrive sheets

Dan-

Hi. I send my appery.io database to Zoho Reports. So yes it can be done. But I paid a contractor to set this up for me, so I am not sure how to do it. I wanted to let you know that it is possible.

Cheers,

Nathan

by Nathan Morin
Sun Apr 27, 2014 10:00 pm
Forum: Issues
Topic: email array to sendgrid
Replies: 38
Views: 6592
 
Jump to post

email array to sendgrid

Alena-

Please see my comments above. I fixed the issue already by updating the code as you can see. There is no need for support as the issue has been resolved. Thanks for the follow up.

Cheers,

Nathan

by Nathan Morin
Sun Apr 27, 2014 2:55 am
Forum: Issues
Topic: email array to sendgrid
Replies: 38
Views: 6592
 
Jump to post

email array to sendgrid

The "to[]": needs to be changed to "to": for it to work. Code should read: sendgrid_mailsend.execute({data: {"to": ["a href="mailto:yourfirstEmail@sss.com" rel="nofollow"yourfirstEmail@sss.com/a", "a href="mailto:yoursecondEmail@s...

Go to advanced search