Homework #6 FAQ


Question: In Problem 3, shouldn't ODBC be JDBC?
Answer: Yes.


Question: No one ever told us what the 10 parameters to SQLBindParameter do. How do we complete Problem 2?
Answer: It's OK to just fill in the parameters that are covered in the book. If you want to learn the details, you will have to buy a book on the subject, such as "SQL Complete Really" mentioned in the intro.html page.


Question: Do you want us to transform all our tuples into the object-relations, or will just a few do?
Answer: Alas, we'd like you to transform all those tuples that have corresponding objects. That is, for each object relation, populate it with as many tuples as can be constructed from your original data.