NO

Author Topic: MongoDb  (Read 5163 times)

crr_gm

  • Guest
MongoDb
« on: December 21, 2012, 08:05:18 PM »
Has anybody used MongoDb with Pelles C?  I have tried to use the drivers but keep getting errors.  mongodb.org

Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Re: MongoDb
« Reply #1 on: December 21, 2012, 08:19:07 PM »
Has anybody used MongoDb with Pelles C?  I have tried to use the drivers but keep getting errors.  mongodb.org
Well, no I haven't used MongoDB with Pelle's C so far, but in general, it would be helpful if you elaborate a bit more about

- what "drivers" you are trying to use and
- what kind of errors you are getting...

Ralf

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: MongoDb
« Reply #2 on: December 22, 2012, 01:01:47 PM »
Has anybody used MongoDb with Pelles C?  I have tried to use the drivers but keep getting errors.  mongodb.org
Not until now.
If you get
Quote
FAIL: Could not connect to mongod. Make sure it's listening at 127.0.0.1:27017.
then least example.c is missing call to mongo_env_sock_init();

May the source be with you

czerny

  • Guest
Re: MongoDb
« Reply #3 on: March 27, 2013, 01:53:27 PM »
If you get
Quote
FAIL: Could not connect to mongod. Make sure it's listening at 127.0.0.1:27017.
then least example.c is missing call to mongo_env_sock_init();
I got this failure, but the above call is included in your example.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: MongoDb
« Reply #4 on: March 27, 2013, 02:43:22 PM »
Is mongod.exe running ?
Is database created ?
May the source be with you

czerny

  • Guest
Re: MongoDb
« Reply #5 on: March 27, 2013, 08:16:23 PM »
Sorry! I got it.