<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NHibernate VistaDB Driver and Dialect</title><link>http://nhibernatevistadb.codeplex.com/Project/ProjectRss.aspx</link><description>An NHibernate driver and dialect to support VistaDB &amp;#40;a fully managed embedded database engine&amp;#41;</description><item><title>New Post: Progress?</title><link>http://nhibernatevistadb.codeplex.com/Thread/View.aspx?ThreadId=23814</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm just about to start work updating this for the latest NHibernate 2.1 and the new VistaDB 4.0&lt;/p&gt;&lt;/div&gt;</description><author>intesoft</author><pubDate>Mon, 07 Sep 2009 03:08:45 GMT</pubDate><guid isPermaLink="false">New Post: Progress? 20090907030845A</guid></item><item><title>NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=27086</link><description>&lt;div class="wikidoc"&gt;
I've solved my problem.&lt;br /&gt; &lt;br /&gt;The right appconfig.xml content for VistaDB looks like the following rows...&lt;br /&gt; &lt;br /&gt;  &amp;lt;config&amp;gt;&lt;br /&gt;  &amp;lt;add&lt;br /&gt;    key=&amp;quot;hibernate.dialect&amp;quot;&lt;br /&gt;    value=&amp;quot;NHibernate.Dialect.VistaDBDialect,NHibernate.VistaDBDriver&amp;quot;&lt;br /&gt;		/&amp;gt;&lt;br /&gt;  &amp;lt;add&lt;br /&gt;    key=&amp;quot;hibernate.connection.driver_class&amp;quot;&lt;br /&gt;    value=&amp;quot;NHibernate.Driver.VistaDBDriver,NHibernate.VistaDBDriver&amp;quot;&lt;br /&gt;		/&amp;gt;&lt;br /&gt;  &amp;lt;add&lt;br /&gt;    key=&amp;quot;hibernate.connection.connection_string&amp;quot;&lt;br /&gt;    value=&amp;quot;Data Source=C:\test.vdb3;Open Mode=NonExclusiveReadWrite&amp;quot;&lt;br /&gt;		/&amp;gt;&lt;br /&gt;  &amp;lt;/config&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dannyyy</author><pubDate>Mon, 05 May 2008 11:00:18 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect 20080505110018A</guid></item><item><title>NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=27086</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I wanna use ActiveRecord with VistaDB. I've seen there is no official driver or dialect for VistaDB.&lt;br /&gt;Therefore I tried this one from CodePlex. But every time I get this NHibernate-Exception: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect&lt;br /&gt; &lt;br /&gt;I've built the assambly from the source. After I've added the NHibernate.VistaDBDriver to my project and linked it in my appconfig.xml&lt;br /&gt; &lt;br /&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;activerecord&amp;gt;&lt;br /&gt; &lt;br /&gt;  &amp;lt;config&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.connection.driver_class&amp;quot;&lt;br /&gt;        value=&amp;quot;NHibernate.Driver.VistaDBDriver&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.dialect&amp;quot;&lt;br /&gt;        value=&amp;quot;NHibernate.Dialect.VistaDBDialect&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.connection.provider&amp;quot;&lt;br /&gt;        value=&amp;quot;NHibernate.Connection.DriverConnectionProvider&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.connection.connection_string&amp;quot;&lt;br /&gt;        value=&amp;quot;Data Source=data/AccountingManager.vdb3&amp;quot; /&amp;gt;&lt;br /&gt;  &amp;lt;/config&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;/activerecord&amp;gt;&lt;br /&gt; &lt;br /&gt;What I did wrong? Can anyone send me a working project including all the assemblys and sources?&lt;br /&gt; &lt;br /&gt;Thank you in advance.&lt;br /&gt;Kindly regards,&lt;br /&gt;Danny&lt;br /&gt;
&lt;/div&gt;</description><author>dannyyy</author><pubDate>Sun, 04 May 2008 13:48:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect 20080504014820P</guid></item><item><title>NEW POST: Progress?</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=23814</link><description>&lt;div class="wikidoc"&gt;
I'm not the coordinator for this project, but ...&lt;br /&gt; &lt;br /&gt;Based on the unit tests passed, its pretty close to a feature-complete (if not tuned &amp;amp; optimized) release.&lt;br /&gt; &lt;br /&gt;Based on a quick look, this would be usable in many projects now, in a typical hibernate usage ... but this is just based on a quick look.&lt;br /&gt; &lt;br /&gt;I cant speak for the coordinator of this project, but I'm planning on using this later in the year for one of our projects, and intend to at least try to polish off the rest of the unit test coverage.  If VistaDB works out well for us, then we'll be involved for quite a while, and will almost certainly be involved. &lt;br /&gt; &lt;br /&gt;This will also need continued updating to port the code to newer versions of NHibernate as they are released.&lt;br /&gt; &lt;br /&gt;I wouldnt give up on this project yet ... I think we're just starting to see a real surge in the use of things like Spring.NET and NHibernate in new .net projects.  And VistaDB occupies a fairly unique and compelling position between Jet/SQLite/etc and SQLServer2005/MySQL/Oracle/etc.  That'll make projects like this quite interesting.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewh</author><pubDate>Thu, 27 Mar 2008 07:09:41 GMT</pubDate><guid isPermaLink="false">NEW POST: Progress? 20080327070941A</guid></item><item><title>NEW POST: Progress?</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=23814</link><description>&lt;div class="wikidoc"&gt;
I have been watching this project for some time now hoping for a follow up release. A vistadb driver would be perfect for automated unit testing, any further dev planned? &lt;br /&gt;What kind of effort do you think is required to get this project moving and can I help?&lt;br /&gt;
&lt;/div&gt;</description><author>stuartc</author><pubDate>Tue, 11 Mar 2008 20:58:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Progress? 20080311085810P</guid></item><item><title>UPDATED RELEASE: Alpha (Dec 05, 2007)</title><link>http://www.codeplex.com/NHibernateVistaDB/Release/ProjectReleases.aspx?ReleaseId=8829</link><description>Initial release of NHibernate Driver and Dialect to support VistaDB embedded database with the leading OR&amp;#47;M for .NET.&lt;br /&gt;&lt;br /&gt;Note that this release sucessfully executes 91&amp;#37; of the NHibernate test suite &amp;#40;897 Tests, 35 Failures, 49 Errors&amp;#41; and future release will attempt to improve that but it does work as long as you are not making use of the functionality that currently fails.</description><author></author><pubDate>Wed, 05 Dec 2007 20:30:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Alpha (Dec 05, 2007) 20071205083020P</guid></item><item><title>UPDATED RELEASE: Alpha (Dec 05, 2007)</title><link>http://www.codeplex.com/NHibernateVistaDB/Release/ProjectReleases.aspx?ReleaseId=8829</link><description>Initial release of NHibernate Driver and Dialect to supporty VistaDB embedded database. &lt;br /&gt;&lt;br /&gt;Note that this release sucessfully executes 91&amp;#37; of the NHibernate test suite &amp;#40;897 Tests, 35 Failures, 49 Errors&amp;#41; and future release will attempt to improve that but it does work as long as you are not making use of the functionality that currently fails.</description><author></author><pubDate>Wed, 05 Dec 2007 20:29:21 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Alpha (Dec 05, 2007) 20071205082921P</guid></item><item><title>UPDATED RELEASE: Alpha (Dec 05, 2007)</title><link>http://www.codeplex.com/NHibernateVistaDB/Release/ProjectReleases.aspx?ReleaseId=8829</link><description>Initial release. &lt;br /&gt;&lt;br /&gt;NHibernate Test Suite&amp;#58;&lt;br /&gt;&lt;br /&gt;897 Tests&lt;br /&gt;35 Failures&lt;br /&gt;49 Errors</description><author></author><pubDate>Wed, 05 Dec 2007 20:21:21 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Alpha (Dec 05, 2007) 20071205082121P</guid></item><item><title>UPDATED RELEASE: Alpha (Dec 05, 2007)</title><link>http://www.codeplex.com/NHibernateVistaDB/Release/ProjectReleases.aspx?ReleaseId=8829</link><description>Initial release. &lt;br /&gt;&lt;br /&gt;NHibernate Test Suite&amp;#58;&lt;br /&gt;&lt;br /&gt;897 Tests&lt;br /&gt;35 Failures&lt;br /&gt;49 Errors</description><author></author><pubDate>Wed, 05 Dec 2007 20:20:40 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Alpha (Dec 05, 2007) 20071205082040P</guid></item><item><title>UPDATED RELEASE: Alpha (Dec 05, 2007)</title><link>http://www.codeplex.com/NHibernateVistaDB/Release/ProjectReleases.aspx?ReleaseId=8829</link><description>Initial release. &lt;br /&gt;&lt;br /&gt;NHibernate Test Suite&amp;#58;&lt;br /&gt;&lt;br /&gt;897 Tests&lt;br /&gt;35 Failures&lt;br /&gt;49 Errors</description><author></author><pubDate>Wed, 05 Dec 2007 20:19:24 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Alpha (Dec 05, 2007) 20071205081924P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
This project is intended to provide a driver and dialect to allow NHibernate to be used with VistaDB. This allows XCopy deployment of apps and development against a small, lightweight database which could be scaled up to SQL Server (or others) if required. It can also help when unit testing by creating an in-memory database on whatever machine the tests are running.&lt;br /&gt; &lt;br /&gt;There are 91% of the NHibernate unit tests that pass (see attached NUnit report file) which I will work on to improve.&lt;br /&gt; &lt;br /&gt;Thew project contains the project and build files which should be placed in the NHibernate src folder for building (with the project added to the main NHibernate build file). The NHibernate.Test.dll.config file included shows the database connection strings used to run the tests after it has been built.&lt;br /&gt; &lt;br /&gt;Note that the VistaDB engine assembly is a licensed component and will not be distributed with this project. This must be obtained from &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
About NHibernate
&lt;/h1&gt; &lt;br /&gt;NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.&lt;br /&gt; &lt;br /&gt;NHibernate supports transparent persistence, your object classes don't have to follow a restrictive programming model. Persistent classes do not need to implement any interface or inherit from a special base class. This makes it possible to design the business logic using plain .NET (CLR) objects and object-oriented idiom.&lt;br /&gt; &lt;br /&gt;See: &lt;a href="http://www.hibernate.org/343.html" class="externalLink"&gt;http://www.hibernate.org/343.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
About VistaDB
&lt;/h1&gt; &lt;br /&gt;VistaDB 3.2 is the world's first fully managed and typesafe embedded SQL database engine built for Microsoft .NET, Compact Framework and Mono. VistaDB is the lightweight alternative to SQL Server 2005. No need to install complex services with your application, xcopy deployment makes shipping VistaDB with your app simple! &lt;br /&gt; &lt;br /&gt;Developers can build embedded cross-platform ASP.NET and WinForms database applications for desktops, mobile devices and web servers using VB.NET, C# or any other Dot Net enabled language.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Fully managed embedded SQL database for .NET &lt;/li&gt;&lt;li&gt;Small &amp;lt; 1 MB footprint truly embedded ZeroClick™ &lt;/li&gt;&lt;li&gt;More deployment options - Want to run from a DVDROM or other read only media? Our engine will let you burn the engine, database and your app and run from CD/DVD ROM. Imagine the ability to query your data from a backup without having to restore it first. &lt;/li&gt;&lt;li&gt;C# architecture built for .NET &lt;/li&gt;&lt;li&gt;Microsoft SQL Server 2005 compatible data types and T-SQL syntax &lt;/li&gt;&lt;li&gt;Visual Studio 2005 /2008 integration using Server Explorer &lt;/li&gt;&lt;li&gt;None of the SQL CE limits &lt;/li&gt;&lt;li&gt;Fully managed ADO.NET 2 provider or Direct Data Access (DDA) &lt;/li&gt;&lt;li&gt;Single user, multi user local or using shared network, and in memory database support. Partially trusted shared hosting is no problem. &lt;/li&gt;&lt;li&gt;SQL Views, CLR Procs, CLR Triggers, 64 bit native runtime support and other features not found in any other desktop database (including SQL CE!) &lt;/li&gt;&lt;li&gt;Royalty-free distribution - single CPU deployment of SQL Server costs more than a site license of VistaDB! &lt;/li&gt;&lt;li&gt;Nothing to install on users machines! No complex setup process required. XCopy our DLL with your application and you are done. No admin rights, no registry changes, we can even run as guest! &lt;/li&gt;&lt;li&gt;TSQL Procs support is coming soon in Version 3.3. Subscribers get early access through the beta builds. Help us test the most heavily requested feature for our future. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;See: &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>intesoft</author><pubDate>Wed, 05 Dec 2007 20:18:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205081834P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
This project is intended to provide a driver and dialect to allow NHibernate to be used with VistaDB. This allows XCopy deployment of apps and development against a small, lightweight database which could be scaled up to SQL Server (or others) if required. It can also help when unit testing by creating an in-memory database on whatever machine the tests are running.&lt;br /&gt; &lt;br /&gt;There are currently 0.91% of the NHibernate unit tests that fail (see attached NUnit report file) which I will work on to reduce.&lt;br /&gt; &lt;br /&gt;Thew project contains the project and build files which should be placed in the NHibernate src folder for building (with the project added to the main NHibernate build file). The NHibernate.Test.dll.config file included shows the database connection strings used to run the tests after it has been built.&lt;br /&gt; &lt;br /&gt;Note that the VistaDB engine assembly is a licensed component and will not be distributed with this project. This must be obtained from &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
About NHibernate
&lt;/h1&gt; &lt;br /&gt;NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.&lt;br /&gt; &lt;br /&gt;NHibernate supports transparent persistence, your object classes don't have to follow a restrictive programming model. Persistent classes do not need to implement any interface or inherit from a special base class. This makes it possible to design the business logic using plain .NET (CLR) objects and object-oriented idiom.&lt;br /&gt; &lt;br /&gt;See: &lt;a href="http://www.hibernate.org/343.html" class="externalLink"&gt;http://www.hibernate.org/343.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
About VistaDB
&lt;/h1&gt; &lt;br /&gt;VistaDB 3.2 is the world's first fully managed and typesafe embedded SQL database engine built for Microsoft .NET, Compact Framework and Mono. VistaDB is the lightweight alternative to SQL Server 2005. No need to install complex services with your application, xcopy deployment makes shipping VistaDB with your app simple! &lt;br /&gt; &lt;br /&gt;Developers can build embedded cross-platform ASP.NET and WinForms database applications for desktops, mobile devices and web servers using VB.NET, C# or any other Dot Net enabled language.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Fully managed embedded SQL database for .NET &lt;/li&gt;&lt;li&gt;Small &amp;lt; 1 MB footprint truly embedded ZeroClick™ &lt;/li&gt;&lt;li&gt;More deployment options - Want to run from a DVDROM or other read only media? Our engine will let you burn the engine, database and your app and run from CD/DVD ROM. Imagine the ability to query your data from a backup without having to restore it first. &lt;/li&gt;&lt;li&gt;C# architecture built for .NET &lt;/li&gt;&lt;li&gt;Microsoft SQL Server 2005 compatible data types and T-SQL syntax &lt;/li&gt;&lt;li&gt;Visual Studio 2005 /2008 integration using Server Explorer &lt;/li&gt;&lt;li&gt;None of the SQL CE limits &lt;/li&gt;&lt;li&gt;Fully managed ADO.NET 2 provider or Direct Data Access (DDA) &lt;/li&gt;&lt;li&gt;Single user, multi user local or using shared network, and in memory database support. Partially trusted shared hosting is no problem. &lt;/li&gt;&lt;li&gt;SQL Views, CLR Procs, CLR Triggers, 64 bit native runtime support and other features not found in any other desktop database (including SQL CE!) &lt;/li&gt;&lt;li&gt;Royalty-free distribution - single CPU deployment of SQL Server costs more than a site license of VistaDB! &lt;/li&gt;&lt;li&gt;Nothing to install on users machines! No complex setup process required. XCopy our DLL with your application and you are done. No admin rights, no registry changes, we can even run as guest! &lt;/li&gt;&lt;li&gt;TSQL Procs support is coming soon in Version 3.3. Subscribers get early access through the beta builds. Help us test the most heavily requested feature for our future. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;See: &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>intesoft</author><pubDate>Wed, 05 Dec 2007 18:23:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205062351P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
This project is intended to provide a driver and dialect to allow NHibernate to be used with VistaDB. This allows XCopy deployment of apps and development against a small, lightweight database which could be scaled up to SQL Server (or others) if required. It can also help when unit testing by creating an in-memory database on whatever machine the tests are running.&lt;br /&gt; &lt;br /&gt;There are currently 0.91% of the NHibernate unit tests that fail (see attached NUnit report file) which I will work on to reduce.&lt;br /&gt; &lt;br /&gt;Thew project contains the project and build files which should be placed in the NHibernate src folder for building (with the project added to the main NHibernate build file). The NHibernate.Test.dll.config file included shows the database connection strings used to run the tests after it has been built.&lt;br /&gt; &lt;br /&gt;Note that the VistaDB engine assembly is a licensed component and will not be distributed with this project. This must be obtained from &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
About NHibernate
&lt;/h1&gt; &lt;br /&gt;NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.&lt;br /&gt; &lt;br /&gt;NHibernate supports transparent persistence, your object classes don't have to follow a restrictive programming model. Persistent classes do not need to implement any interface or inherit from a special base class. This makes it possible to design the business logic using plain .NET (CLR) objects and object-oriented idiom.&lt;br /&gt; &lt;br /&gt;See: &lt;a href="http://www.hibernate.org/343.html" class="externalLink"&gt;http://www.hibernate.org/343.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;http://www.hibernate.org/343.html&lt;a href="http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=%2furl&amp;amp;referringTitle=Home"&gt;/url&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
About VistaDB
&lt;/h1&gt; &lt;br /&gt;VistaDB 3.2 is the world's first fully managed and typesafe embedded SQL database engine built for Microsoft .NET, Compact Framework and Mono. VistaDB is the lightweight alternative to SQL Server 2005. No need to install complex services with your application, xcopy deployment makes shipping VistaDB with your app simple! &lt;br /&gt; &lt;br /&gt;Developers can build embedded cross-platform ASP.NET and WinForms database applications for desktops, mobile devices and web servers using VB.NET, C# or any other Dot Net enabled language.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Fully managed embedded SQL database for .NET &lt;/li&gt;&lt;li&gt;Small &amp;lt; 1 MB footprint truly embedded ZeroClick™ &lt;/li&gt;&lt;li&gt;More deployment options - Want to run from a DVDROM or other read only media? Our engine will let you burn the engine, database and your app and run from CD/DVD ROM. Imagine the ability to query your data from a backup without having to restore it first. &lt;/li&gt;&lt;li&gt;C# architecture built for .NET &lt;/li&gt;&lt;li&gt;Microsoft SQL Server 2005 compatible data types and T-SQL syntax &lt;/li&gt;&lt;li&gt;Visual Studio 2005 /2008 integration using Server Explorer &lt;/li&gt;&lt;li&gt;None of the SQL CE limits &lt;/li&gt;&lt;li&gt;Fully managed ADO.NET 2 provider or Direct Data Access (DDA) &lt;/li&gt;&lt;li&gt;Single user, multi user local or using shared network, and in memory database support. Partially trusted shared hosting is no problem. &lt;/li&gt;&lt;li&gt;SQL Views, CLR Procs, CLR Triggers, 64 bit native runtime support and other features not found in any other desktop database (including SQL CE!) &lt;/li&gt;&lt;li&gt;Royalty-free distribution - single CPU deployment of SQL Server costs more than a site license of VistaDB! &lt;/li&gt;&lt;li&gt;Nothing to install on users machines! No complex setup process required. XCopy our DLL with your application and you are done. No admin rights, no registry changes, we can even run as guest! &lt;/li&gt;&lt;li&gt;TSQL Procs support is coming soon in Version 3.3. Subscribers get early access through the beta builds. Help us test the most heavily requested feature for our future. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;See: &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>intesoft</author><pubDate>Wed, 05 Dec 2007 18:22:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205062251P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
This project is intended to provide a driver and dialect to allow NHibernate to be used with VistaDB. This allows XCopy deployment of apps and development against a small, lightweight database which could be scaled up to SQL Server (or others) if required. It can also help when unit testing by creating an in-memory database on whatever machine the tests are running.&lt;br /&gt; &lt;br /&gt;There are currently 0.91% of the NHibernate unit tests that fail (see attached NUnit report file) which I will work on to reduce.&lt;br /&gt; &lt;br /&gt;Thew project contains the project and build files which should be placed in the NHibernate src folder for building (with the project added to the main NHibernate build file). The NHibernate.Test.dll.config file included shows the database connection strings used to run the tests after it has been built.&lt;br /&gt; &lt;br /&gt;Note that the VistaDB engine assembly is a licensed component and will not be distributed with this project. This must be obtained from &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;http://www.vistadb.net/&lt;a href="http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=%2furl&amp;amp;referringTitle=Home"&gt;/url&lt;/a&gt; directly.&lt;br /&gt; &lt;br /&gt;!About NHIbernate&lt;br /&gt; &lt;br /&gt;NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.&lt;br /&gt; &lt;br /&gt;NHibernate supports transparent persistence, your object classes don't have to follow a restrictive programming model. Persistent classes do not need to implement any interface or inherit from a special base class. This makes it possible to design the business logic using plain .NET (CLR) objects and object-oriented idiom.&lt;br /&gt; &lt;br /&gt;See: &lt;a href="http://www.hibernate.org/343.html" class="externalLink"&gt;http://www.hibernate.org/343.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;http://www.hibernate.org/343.html&lt;a href="http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=%2furl&amp;amp;referringTitle=Home"&gt;/url&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;!About VistaDB&lt;br /&gt; &lt;br /&gt;VistaDB 3.2 is the world's first fully managed and typesafe embedded SQL database engine built for Microsoft .NET, Compact Framework and Mono. VistaDB is the lightweight alternative to SQL Server 2005. No need to install complex services with your application, xcopy deployment makes shipping VistaDB with your app simple! &lt;br /&gt; &lt;br /&gt;Developers can build embedded cross-platform ASP.NET and WinForms database applications for desktops, mobile devices and web servers using VB.NET, C# or any other Dot Net enabled language.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Fully managed embedded SQL database for .NET &lt;/li&gt;&lt;li&gt;Small &amp;lt; 1 MB footprint truly embedded ZeroClick™ &lt;/li&gt;&lt;li&gt;More deployment options - Want to run from a DVDROM or other read only media? Our engine will let you burn the engine, database and your app and run from CD/DVD ROM. Imagine the ability to query your data from a backup without having to restore it first. &lt;/li&gt;&lt;li&gt;C# architecture built for .NET &lt;/li&gt;&lt;li&gt;Microsoft SQL Server 2005 compatible data types and T-SQL syntax &lt;/li&gt;&lt;li&gt;Visual Studio 2005 /2008 integration using Server Explorer &lt;/li&gt;&lt;li&gt;None of the SQL CE limits &lt;/li&gt;&lt;li&gt;Fully managed ADO.NET 2 provider or Direct Data Access (DDA) &lt;/li&gt;&lt;li&gt;Single user, multi user local or using shared network, and in memory database support. Partially trusted shared hosting is no problem. &lt;/li&gt;&lt;li&gt;SQL Views, CLR Procs, CLR Triggers, 64 bit native runtime support and other features not found in any other desktop database (including SQL CE!) &lt;/li&gt;&lt;li&gt;Royalty-free distribution - single CPU deployment of SQL Server costs more than a site license of VistaDB! &lt;/li&gt;&lt;li&gt;Nothing to install on users machines! No complex setup process required. XCopy our DLL with your application and you are done. No admin rights, no registry changes, we can even run as guest! &lt;/li&gt;&lt;li&gt;TSQL Procs support is coming soon in Version 3.3. Subscribers get early access through the beta builds. Help us test the most heavily requested feature for our future. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;See: &lt;a href="http://www.vistadb.net/" class="externalLink"&gt;http://www.vistadb.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;http://www.vistadb.net/&lt;a href="http://www.codeplex.com/NHibernateVistaDB/Wiki/View.aspx?title=%2furl&amp;amp;referringTitle=Home"&gt;/url&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>intesoft</author><pubDate>Wed, 05 Dec 2007 18:21:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205062154P</guid></item></channel></rss>