code:open-source:hse-db:faq
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:open-source:hse-db:faq [2021/05/07 11:21] – ↷ Page name changed from code:open-source:hse-db:faq to code:open-source:hse-db:upgrade joerg.hampel | code:open-source:hse-db:faq [2024/02/09 15:14] (current) – alexander.elbert | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 03 FAQ ====== | ||
+ | |||
+ | ==== Upgrade Instructions ==== | ||
+ | |||
+ | * See [[code: | ||
+ | * create a subclass of DB-Interface and add decryption in '' | ||
+ | |||
+ | ---- | ||
+ | ==== How can I encrypt my credentials in the config file? ==== | ||
+ | * read about [[kb: | ||
+ | * create a subclass of '' | ||
+ | * add decryption before calling the parent' | ||
+ | |||
+ | {{: | ||
+ | {{: | ||
+ | |||
+ | ==== Advanced usage in subVI ==== | ||
+ | |||
+ | If you want to access a database from a SubVI of a larger DQMH module, but you don't want to start the entire module, there' | ||
+ | - Configure DB-Connector in your project | ||
+ | - Open "Test DB-Connector.vi" | ||
+ | {{ code: | ||
+ | - Press "Run New Module Instance" | ||
+ | {{ code: | ||
+ | - Your SubVI should already look somewhat like this: | ||
+ | {{ code: | ||
+ | - Copy value from " | ||
+ | - When done, use “Stop Module Instance” in DB-Connector and close your SubVI. | ||
+ | |||
+ | ---- | ||