You won't find examples for different database "connectors" in the RTC SDK, because the RTC SDK is not a Database-related component set. Only basic examples using the BDE are included in the package, with an explanation on how they work, which should help you write your own code for other database "connectors". Some older Database-related examples can be found in the
RTC SDK Articles Archive.
For Multi-Threaded Database acces, you have the choice between creating database components on-the-fly when you need them and releasing them afterwards (the simplest, but not very optimized solution), or use a Database Connection Pool. Some Database "connectors" come with Database Connection Pooling components and/or examples, or your can write your own. Here is an article which describes what Database Connection Pool is, with an
Example Database Connection Pool implementation.
Best Regards,
Danijel Tkalcec