28.4 Database Programming in C++
28.4.1 Connecting to the MySQL Database
- MySQL API
- C/C++ compatible
- No classes
- Convert between string and char[] as needed
- Allows for connections, queries, updates, etc.
- DB programs run continuously
- Wait for a client to connect
prev
|top
|next