Connectivity
- Clients can connect to MySQL Server using TCP/IP sockets on any platform.
- MySQL also has specific connectors.
- The Connector/J interface provides MySQL support for Java client programs that use JDBC connections.
- MySQL Connector/NET enables developers to easily create .NET applications
- The Connector/ODBC (MyODBC) interface provides MySQL support for client programs that use ODBC (Open Database Connectivity) connections.
What are the features regarding localization?
© 2007 John Michael Pierobon
Notes