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 Office hours 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/2018'" mySQL = "SELECT * FROM StockMarket where date = '" + DateCBox.SelectedItem + "'"

7 Homework

8 What Is New In Technology?
WINIT What Is New In Technology?

9 Debugging With VS

10 Suggestions Make sure that you understand the ADO architecture diagrams before coding.

11


Download ppt "Dynamic SQL Queries Stefano Grazioli."

Similar presentations


Ads by Google