ODBC is a protocol/specification for accessing databases. By itself, it does not include crypto, although it will pass usernames and passwords onto the database that it's connecting to. However, by themselves, usernames and passwords only provide the illusion of security.
You could probably make it secure by running it through SSL: Google