Hello all,
I'm having an issue with the TFDMongoQuery component, for some collections in my database, it errors on clicking on "Active" in the inspector. Same error when setting Query.Active := True; in code.
It's a very simple project, a TFDConnection and a TFDMongoQuery. For some collections. there's no issue and I can bind the query object to a TeeGrid, but for a couple of others, it errors on a property that looks like this:
"sslBindings" : [
{
"cert" : ObjectId("xxxx"),
"_id" : ObjectId("yyyy"),
"domain" : "www.zzzz.com"
},
{
"cert" : ObjectId("xxxxx"),
"_id" : ObjectId("yyyyyy"),
"domain" : "zzzzz.com"
}
],
Enabling Tracing on the connection doesn't return any error.
Any help appreciated, thanks!
plv