Android Question Remote MongoDB Connector: How to use mongodb://?

sktanmoy

Active Member
Licensed User
Longtime User
Ref: [B4X] Remote MongoDB Connector (RMDBC)

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.
 
Top