Summary
This chapter has taken you into the world of automation with databases. As you worked through the different walk-throughs, you have learned how to connect to various types of databases, including using specific connection strings. The chapter showed you how to connect to Excel as a database. Aside from connecting, you have acquired the skills needed to read, update, insert, and delete data from your databases. All this automation will help reduce the time you spend on manual tasks daily.
In the next chapter, we will move away from working with applications and start taking a look at building more efficient and robust bots. You will start by looking at how to build modular-based bots. You will learn how to create taskbots that are reusable and how to pass parameters between multiple taskbots.