Hi, I'm currently trying to create a .NetTiers project that will connect to an Access Database for one of our legacy applications.I am using the following connection string: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=J:\Public\exchange\Dept_BSD\James\ws32_sta.mdb; with the ADOXSchemaProvider. I...