diff --git a/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h b/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h
index 6fd7ce9..155fb16 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h
@@ -78,7 +78,7 @@ public:
void setOverwriteMap(bool overwriteMap) { _overwriteMap = overwriteMap; }
void setCopyBulkInsertActivated(bool activated) { _copyBulkInsertActivated = activated; }
- virtual QString supportedFormats() override { return "hootapidb://"; }
+ virtual QString supportedFormats() override { return MetadataTags::HootApiDbScheme() + "://"; }
protected: