1
00:00:00,140 --> 00:00:03,170
In this section, we'll begin working in wink.

2
00:00:03,200 --> 00:00:09,260
We'll create a new Wink project and write our first VB script that interacts with our database.

3
00:00:09,260 --> 00:00:16,190
We'll learn about ActiveX Data Objects that allows us to embed SQL commands within VBS and other programming

4
00:00:16,190 --> 00:00:17,060
languages.

5
00:00:17,060 --> 00:00:23,540
We'll learn to connect to a database, execute a query, process the results, and handle any errors

6
00:00:23,540 --> 00:00:24,320
efficiently.

7
00:00:24,320 --> 00:00:30,350
We'll then use the skills to write a few reusable VB functions that will allow you to quickly execute

8
00:00:30,350 --> 00:00:35,390
SQL commands and visualize data and log errors to a CSV file.

9
00:00:35,600 --> 00:00:39,800
You can immediately reuse these functions in your own Wink projects.

10
00:00:39,800 --> 00:00:46,280
We'll finish this section by creating our first database driven wink screen that allows us to create

11
00:00:46,280 --> 00:00:48,770
and manage our staff member table.

12
00:00:48,770 --> 00:00:50,270
So let's get started.
