views:

6

answers:

0

Can subsonic 3.0 be used with a winform app? Do I need to add any references to the system.web?

If it can be done, how can I exclude certain tables in the DB? Can I use the following whih I am using for subsonic 2.0

<providers>
  <!--<clear/>-->
  <add name="TEST" type="SubSonic.SqlDataProvider, SubSonic" connectionStringName="myString" includeTableList="CustomerReference" includeProcedureList=""/>
</providers>