Download presentation
Presentation is loading. Please wait.
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.