You are not logged in.
Pages: 1
Hello,
I tested the MongoDB sample and it works just fine with a local MongoDB.
But I would also like to connect to a remote MongoDB on MongoLab in the following format:
"mongodb://<dbuser>:<dbpassword>@ds04542.mongolab.com:44542/mymongodb"
Does somebody have a solution or maybe a workaround for this?!
I tried a static change in Create method but as soon I assign a Database (fDB := fClient.Database['mymongodb'];) I get an exception "Query failure".
Thanks for any help...
Michael
Pages: 1