Download presentation
Presentation is loading. Please wait.
1
Dynamic SQL Queries Stefano Grazioli
2
Critical Thinking Office hours Easy meter
3
You do the talking Name, major, year, track… 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
WINIT What Is New In Technology?
9
Debugging With VS
10
Suggestions Make sure that you understand the ADO architecture diagrams before coding.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.