Dear All,
I have successfully connected to the MongoDB database, my "DEM" tbl has 20000 records
i have done the following code but it doesn't work, the result always returns the value 0
Could you please help me. !
Thank you very much
Best Regards
I have successfully connected to the MongoDB database, my "DEM" tbl has 20000 records
i have done the following code but it doesn't work, the result always returns the value 0
my Code:
Dim mongo As BANanoMongoDB
mongo.Initialize(Main.Host, Main.DbPort, Main.Database, "DEM")
mongo.position = 5
Dim ih As Int = mongo.GetInt("h")
Log(ih)
Thank you very much
Best Regards