Page 1 of 1

Adding rows to a database using a desktop computer

Posted: Mon Feb 02, 2015 12:12 pm
by Mark7294305

Hello Support
I have created an app which a database. The App itself can add and update rows to the database and remove rows from the database. I want to be able to have a desktop computer login to database, add and update rows to the database and remove rows from the database. Using the web browser will not work. It must be an automated and unattended process. So we can create a csv file but need the method to auto upload it

How can we achieve this?

Mark


Adding rows to a database using a desktop computer

Posted: Mon Feb 02, 2015 2:42 pm
by Evgene Karachevtsev

Hello Mark,

All requests to DB have the same structure, you need to fill headers properly.
If you open any DB collection you will see the patter for each type of action and curl command.