Mark7294305
Posts: 0
Joined: Fri Dec 26, 2014 2:10 am

Adding rows to a database using a desktop computer

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Adding rows to a database using a desktop computer

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.

Return to “Issues”