12,958 views
🔥 Excel VBA Course🔥 https://go.hotmart.com/S70500759S?dp=1 ADO (ActiveX Data Objects) is a model or mechanism with a high-level, high-performance and easy-to-use interface that can be applied to a variety of data stores. ADO is an excellent option for VBA Programmers who want to access data without having to learn the complexities offered by other Libraries. It is worth mentioning that this mechanism allows us to work with the main databases that we currently have available on the market, and that this database can have several sources, for example, a folder on your computer or a web service in the cloud. To work with the ADO model and SQL commands within Excel, it is only necessary to activate the Microsoft Activex Data Object Recordset 6.0 Library reference. And through a connection String, create the connection to the database to be worked on. The Connection String may vary depending on the Database you want to work with. Among the advantages of using the ADO Library are ease of learning, high connection speed, low memory load and several other advantages. Furthermore, this Library also offers the possibility of using SQL Commands (Insert, Update, Delete, Select, Create...). ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Database for Excel and VBA [EP01] - ADO and SQL for exchanging data between Spreadsheets and Workbooks ▬▬▬▬ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ❤️ Follow on Linkedin: / donascimento 📲WhatsApp: https://api.whatsapp.com/send?phone=5... 📥 Download files: https://projetoaberto.com.br/banco-de... 🔎 Website that provides 'Database Connection Strings': https://www.connectionstrings.com/ Chapters 00:00 Intro 09 :12 Declaring and Instantiating the connection variable 12:55 Connection String for Excel 16:36 SQL Insert and Select command 18:45 SQL commands with conditions 21:29 Working with Recordset (Individual data) 27:37 Exchanging data between Workbooks