5.14
Repeat Exercise 5.13 using ODBC, defining
void printTable(char* r)
as a function instead of a method.
void printTable(char* c) {
// TODO #3
}
Repeat Exercise 5.13 using ODBC, defining
void printTable(char* r)
as a function instead of a method.