Introduction - If you have any usage issues, please Google them yourself
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="connection.username">sa</property>
<property name="connection.url">jdbc:microsoft:sqlserver://localhost:1035 DatabaseName=webexamine</property>
<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
<property name="myeclipse.connection.profile">sqlserver2000</property>
<property name="connection.password">aaaaaaaa</property>
<property name="connection.driver_class">com.microsoft.jdbc.sqlserver.SQLServerDriver</property>
<property name="hibernate.dialect">org.hibernate.dialect.HSQLDialect</property>
<property name="show_sql">true</property>
<mapping resource="/com/perdure/hibernate/info/InfoTable.hbm.xml"/>
<mapping resource="/com/perdure/hi