Friday, July 25, 2008

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

 

posted on Friday, July 25, 2008 1:19:54 PM (US Mountain Standard Time, UTC-07:00)  #    Comments [0]
Related posts:
Creating a Genericized Type with Reflection
Disabling Inheritance in Web.Config Files
Determining if an Object's Data is Dirty