Little tip I thought I'd share...as of the date of this posting (7/2008), when building connection strings to access a MaxDB instance, the password must be changed to all uppercase.
For anyone who's wondering, it is possible to connect to MaxDB with ASP.Net/C#. Use the System.Data.Odbc library and a DSN to connect with only a few lines of code.
- Tim Medora