Thanks to Eric I know how to get the value for a database connection. But I can not seem to get the Batch Utility to accept the following code. I even tried the /nv switch but it still seemed to bomb out. Do I need to use a custom XLST file or something to make it accept database connection strings (perhaps you should be allowed to pass any XML data along)
<propertySet>
<property name="ClassNamespace"></property>
<property name="CollectionName">RootCollection</property>
<property name="ItemName">RootClass</property>
<property name="RootTable">
<connectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\Tali\BusinessObject\BusinessObject.mdb;</connectionString>
<providerType>SchemaExplorer.ADOXSchemaProvider,SchemaExplorer.ADOXSchemaProvider</providerType>
<tableName>Business</tableName>
</property>
<property name="MemberPrefix">m</property>
<property name="Accessibility">Public</property>
<property name="Serializable">True</property>
<property name="MustBeInherited">False</property>
</propertySet>
Cheers
Taliesin