Dynamic SQL Queries Stefano Grazioli
Critical Thinking Easy meter
You do the talking Name, major Learning objectives Things you like about the class Things that can be improved Attitude towards the Tournament
Dynamic queries Combo boxes
myCBox.Items.Add(“Italy”) Combo boxes myCBox.Text myCBox.SelectedItem Pick a country myCBox.Items myCBox.Items.Add(“Italy”)
Static (‘Canned’) vs Dynamic SQL queries mySQL = "SELECT * FROM StockMarket where date = '5/2/2017'" mySQL = "SELECT * FROM StockMarket where date = '" + DateCBox.SelectedItem + "'"
WINIT What Is New In Technology?
Homework
Suggestions Make sure that you understand the ADO architecture diagrams before coding. Read the requirements