Presentation is loading. Please wait.

Presentation is loading. Please wait.

Dynamic SQL Queries Stefano Grazioli.

Similar presentations


Presentation on theme: "Dynamic SQL Queries Stefano Grazioli."— Presentation transcript:

1 Dynamic SQL Queries Stefano Grazioli

2 Critical Thinking Easy meter

3 You do the talking Name, major Learning objectives
Things you like about the class Things that can be improved Attitude towards the Tournament

4 Dynamic queries Combo boxes

5 myCBox.Items.Add(“Italy”)
Combo boxes myCBox.Text myCBox.SelectedItem Pick a country myCBox.Items myCBox.Items.Add(“Italy”)

6 Static (‘Canned’) vs Dynamic SQL queries
mySQL = "SELECT * FROM StockMarket where date = '5/2/2017'" mySQL = "SELECT * FROM StockMarket where date = '" + DateCBox.SelectedItem + "'"

7 WINIT What Is New In Technology?

8 Homework

9 Suggestions Make sure that you understand the ADO architecture diagrams before coding. Read the requirements

10


Download ppt "Dynamic SQL Queries Stefano Grazioli."

Similar presentations


Ads by Google