Claude

I'm betting that you are distributing version 2.1 of the Ms Data Access Components (MDAC_TYP.EXE), when you should be distributing version 2.0 with your application. 2.0 contains the Jet 3.51 driver, while 2.1 contains the Jet 4.0 provider. You want the former, but are probably distributing the latter

download 2.0 SP2 @ http://www.microsoft.com/data


Tom