IN3D / Pokemon

Recreation of pokemon, in C#.
0 stars 0 forks source link

Simple Mongo Query #48

Closed IN3D closed 10 years ago

IN3D commented 10 years ago

This adds in a simple mongo query. At this point the database just contains the types data. This runs a string builder, then converts it to a string and puts it into the body of a message box. This is essentially just a sanity check, to show that we have data coming out of the database.

IN3D commented 10 years ago

The main reason I'm pulling this into the master is so that the master get's the references and using statements for the MongoDB drivers. There is something I've been debating back and forth if it really counts as a project bug or not where the MongoDB driver references sometimes disappear when the project gets reloaded. I think I figured out that it was happening when I added them but didn't put them into the using declarations, so this should fix that.