Ref: [B4X] Remote MongoDB Connector (RMDBC)
The connection manager is using the HTTP protocol. How can I use this with username/password?
Should I replace mongodb using http?
Also, how can I update an existing document?
Any help is appreciated.
The connection manager is using the HTTP protocol. How can I use this with username/password?
B4X:
mongodb://<dbuser>:<dbpassword>@ds161255.mlab.com:61144/mydbname
Should I replace mongodb using http?
Also, how can I update an existing document?
Any help is appreciated.