CreateProcess and then connect using DBClientConnection I can connect
and
query to see if an _id exists (but i know it does not, not even the
particular collection exists) there is no problem. But if I just close
my app without "disconnecting" and I leave mongod.exe running and then
relaunch my app and re-connect, when I call query to check if an _id
exists (it doesnt) it crashes.
Any ideas?
If I run the command prompt and do a "test.collection_name.find()" I
get a reference test not found (shell)1 error. Is this related ?
--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongodb-user@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
