in reply to (OT) Connecting to AS400 with ODBC

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

  • Comment on Re: (OT) Connecting to AS400 with ODBC, no perl content whatsoever