October 2002
Beginner
864 pages
18h 41m
English
The Workshop provides quiz questions to help solidify your understanding of the material covered, as well as exercises to provide you with experience in using what you have learned. Try to answer the quiz and exercise questions before checking the answers in Appendix A, “Answers.”
| 1: | In which object does Microsoft Visual C++ place its SQL? |
| 2: | In which object does Delphi place its SQL? |
| 3: | What is ODBC? |
| 4: | What does Delphi do? |
| Q1: | Change the sort order in the C++ example from ascending to descending on the State field. |
| A1: |
CString CtysqlSet::GetDefaultSQL()
{
return " SELECT * FROM CUSTOMER ORDER DESC BY STATE ";
}
|
Read now
Unlock full access