I have used mongodump to dump my database of mongodb, it created some bson files under dump/m开发者_StackOverflow中文版ydb
I need to import (restore) a collection generated with mongodum开发者_如何学Cp into an existing database and I\'d like the records to be merged into the existing collection.
I am getting this error : \"Unhandled exception at 0x00411690 in tim.exe: 0xC0000005: Access violation reading location 0x00000008\" when I execute a program this is compiled and linked successfully a