<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SharpHSQL</title><link>http://www.codeplex.com/sharphsql/Project/ProjectRss.aspx</link><description>Small &amp;#38; embebdded database engine witten in C&amp;#35;. It is a port of the Hypersonic SQL v1.4 &amp;#40;HSQL&amp;#41; Java project and a continuation of the initial work done by Mark Tutt &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.codeproject.com&amp;#47;KB&amp;#47;d...</description><item><title>New Post: How to connect to an existing database</title><link>http://www.codeplex.com/sharphsql/Thread/View.aspx?ThreadId=33716</link><description>&lt;div style="line-height: normal;"&gt;Hello andresv,&lt;br&gt;
thank you for your answer. In fact the database was not created by SharpHSQL, it was created by an application written in Java. I think this the reason because SharpHSQL can not open the database.&lt;br&gt;
&lt;br&gt;
I found a workaround by using a commercial JDBC-ODBC Bridge.&lt;br&gt;
&lt;br&gt;
But let me know if you think that SharpHSQL is able to open a database created with another application.&lt;br&gt;
&lt;br&gt;
Greetings&lt;br&gt;
&lt;br&gt;
J-D&lt;br&gt;
&lt;/div&gt;</description><author>JeanDanielGasser</author><pubDate>Wed, 26 Nov 2008 17:12:52 GMT</pubDate><guid isPermaLink="false">New Post: How to connect to an existing database 20081126051252P</guid></item><item><title>New Post: How to connect to an existing database</title><link>http://www.codeplex.com/sharphsql/Thread/View.aspx?ThreadId=33716</link><description>&lt;div style="line-height: normal;"&gt;By default newly created tables are persisted to disk only when a CHECKPOINT operation occurs.&lt;br&gt;
if you are using the low level SharpHSql classes (Database) make sure you execute a CHECKPOINT command before your application finish.&lt;br&gt;
I'm running the &amp;quot;ProviderTest&amp;quot; project and everything seems to be working as expected.&lt;br&gt;
Let me know if you have any other problem.&lt;br&gt;
Andrés.
&lt;/div&gt;</description><author>andresv</author><pubDate>Wed, 26 Nov 2008 16:57:46 GMT</pubDate><guid isPermaLink="false">New Post: How to connect to an existing database 20081126045746P</guid></item><item><title>New Post: How to connect to an existing database</title><link>http://www.codeplex.com/sharphsql/Thread/View.aspx?ThreadId=33716</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
first of all thank you for your excellent work !&lt;br&gt;
&lt;br&gt;
I want to connect to an existing database and mody it with my C# application. I can connect to the database, but I can't access the tables. Each time I try a SELECT command it returns me the S0002 : Table not found. I'm sure that the table exists. I tried to execute the &amp;quot;SHOW TABLES&amp;quot; command but the Result object contains only one element &amp;quot;TABLE&amp;quot; in its Names collection.&lt;br&gt;
&lt;br&gt;
Can anybody help me ?&lt;br&gt;
&lt;/div&gt;</description><author>JeanDanielGasser</author><pubDate>Mon, 18 Aug 2008 09:13:13 GMT</pubDate><guid isPermaLink="false">New Post: How to connect to an existing database 20080818091313A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sharphsql/SourceControl/ListDownloadableCommits.aspx</link><description>Added Log4net dependency.</description><author>andresv</author><pubDate>Mon, 07 Apr 2008 14:59:56 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080407025956P</guid></item><item><title>CLOSED TASK: Initial Source code migration</title><link>http://www.codeplex.com/sharphsql/WorkItem/View.aspx?WorkItemId=407</link><description>Initial source code upload for version 1.0.3.3&lt;br /&gt;</description><author>andresv</author><pubDate>Mon, 07 Apr 2008 14:53:01 GMT</pubDate><guid isPermaLink="false">CLOSED TASK: Initial Source code migration 20080407025301P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sharphsql/SourceControl/ListDownloadableCommits.aspx</link><description>Initial source code migration for v1.0.3.3</description><author>andresv</author><pubDate>Mon, 07 Apr 2008 14:52:59 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080407025259P</guid></item><item><title>CREATED TASK: Initial Source code migration</title><link>http://www.codeplex.com/sharphsql/WorkItem/View.aspx?WorkItemId=407</link><description>Initial source code upload for version 1.0.3.3&lt;br /&gt;</description><author>andresv</author><pubDate>Mon, 07 Apr 2008 14:52:16 GMT</pubDate><guid isPermaLink="false">CREATED TASK: Initial Source code migration 20080407025216P</guid></item><item><title>NEW POST: Two Questions</title><link>http://www.codeplex.com/sharphsql/Thread/View.aspx?ThreadId=25383</link><description>&lt;div class="wikidoc"&gt;
I mean the second option: when those bugs are fixed, using just a memory DB in silverlight would require almost no changes to implement.&lt;br /&gt;
&lt;/div&gt;</description><author>andresv</author><pubDate>Mon, 07 Apr 2008 13:38:31 GMT</pubDate><guid isPermaLink="false">NEW POST: Two Questions 20080407013831P</guid></item><item><title>NEW POST: Two Questions</title><link>http://www.codeplex.com/sharphsql/Thread/View.aspx?ThreadId=25383</link><description>&lt;div class="wikidoc"&gt;
Just for clarification, are you saying that the two problems described don't exist if the database is in memory, or just that once fixed, THEN memory databases would work fine in Silverlight?&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;andresv wrote:&lt;br /&gt;Thanks for your time.&lt;br /&gt; &lt;br /&gt;There are two major bugs right now, one related to the automatic checkpoint process and the other related to data corruption after inserting a number of rows.&lt;br /&gt;I guess there might be other bugs, but these are show-stoppers. I don't know if I have some more detail on those bugs, I will try to find the old emails and threads from GotDotNet.&lt;br /&gt;Regarding the use of SharpHSQL inside a Silverlight application, I don't see any problems for just memory databases. For disk based databases we need to make some changes to support isolated storage, I think.&lt;br /&gt; &lt;br /&gt;Best regards,&lt;br /&gt;Andr&amp;#233;s.&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;Dewey wrote:&lt;br /&gt;First let me say that I have used HSQL since the java days, and appreciate someone taking up the challenge to move the C# version forward.  Having said that, I have 2 questions.&lt;br /&gt; &lt;br /&gt;1.  You mentioned important bugs, with a warning.  If there are known major bugs, where are they documented?&lt;br /&gt; &lt;br /&gt;2.  Have you considered making a version for Microsoft's SilverLight?  This would be a sweet addition to that great platform.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>Dewey</author><pubDate>Sun, 06 Apr 2008 08:21:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Two Questions 20080406082125A</guid></item><item><title>NEW POST: Two Questions</title><link>http://www.codeplex.com/sharphsql/Thread/View.aspx?ThreadId=25383</link><description>&lt;div class="wikidoc"&gt;
Thanks for your time.&lt;br /&gt; &lt;br /&gt;There are two major bugs right now, one related to the automatic checkpoint process and the other related to data corruption after inserting a number of rows.&lt;br /&gt;I guess there might be other bugs, but these are show-stoppers. I don't know if I have some more detail on those bugs, I will try to find the old emails and threads from GotDotNet.&lt;br /&gt;Regarding the use of SharpHSQL inside a Silverlight application, I don't see any problems for just memory databases. For disk based databases we need to make some changes to support isolated storage, I think.&lt;br /&gt; &lt;br /&gt;Best regards,&lt;br /&gt;Andr&amp;#233;s.&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;Dewey wrote:&lt;br /&gt;First let me say that I have used HSQL since the java days, and appreciate someone taking up the challenge to move the C# version forward.  Having said that, I have 2 questions.&lt;br /&gt; &lt;br /&gt;1.  You mentioned important bugs, with a warning.  If there are known major bugs, where are they documented?&lt;br /&gt; &lt;br /&gt;2.  Have you considered making a version for Microsoft's SilverLight?  This would be a sweet addition to that great platform.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>andresv</author><pubDate>Sat, 05 Apr 2008 20:44:43 GMT</pubDate><guid isPermaLink="false">NEW POST: Two Questions 20080405084443P</guid></item><item><title>NEW POST: Two Questions</title><link>http://www.codeplex.com/sharphsql/Thread/View.aspx?ThreadId=25383</link><description>&lt;div class="wikidoc"&gt;
First let me say that I have used HSQL since the java days, and appreciate someone taking up the challenge to move the C# version forward.  Having said that, I have 2 questions.&lt;br /&gt; &lt;br /&gt;1.  You mentioned important bugs, with a warning.  If there are known major bugs, where are they documented?&lt;br /&gt; &lt;br /&gt;2.  Have you considered making a version for Microsoft's SilverLight?  This would be a sweet addition to that great platform.&lt;br /&gt;
&lt;/div&gt;</description><author>Dewey</author><pubDate>Fri, 04 Apr 2008 19:31:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Two Questions 20080404073154P</guid></item><item><title>UPDATED RELEASE: SharpHSQL v1.0.3.3 (dic 04, 2005)</title><link>http://www.codeplex.com/sharphsql/Release/ProjectReleases.aspx?ReleaseId=12266</link><description>&amp;#33; Release Date&amp;#58; 4&amp;#47;12&amp;#47;2005&lt;br /&gt;Sources for VS.NET 2002 and binaries compiled for .NET 1.1 &amp;#38; Compact Framework.&lt;br /&gt;&lt;br /&gt;&amp;#33; WARNING&lt;br /&gt;This version is not ready for production grade applications. More testing is needed and some important bugs has to be fixed before that. You are warned.</description><author></author><pubDate>Fri, 04 Apr 2008 15:11:17 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SharpHSQL v1.0.3.3 (dic 04, 2005) 20080404031117P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharphsql/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Small &amp;#38; embebdded database engine witten in C&amp;#35;. It is a port of the Hypersonic SQL v1.4 &amp;#40;HSQL&amp;#41; Java project and a continuation of the initial work done by Mark Tutt &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.codeproject.com&amp;#47;KB&amp;#47;database&amp;#47;sharphsql.aspx&amp;#41; 
&lt;br /&gt;
&lt;/div&gt;</description><author>andresv</author><pubDate>Fri, 04 Apr 2008 14:12:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080404021208P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharphsql/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Small &amp;#38; embebdded database engine witten in C&amp;#35;. It is a port of the Hypersonic SQL v1.4 &amp;#40;HSQL&amp;#41; Java project and a continuation of the initial work done by Mark Tutt &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.codeproject.com&amp;#47;KB&amp;#47;database&amp;#47;sharphsql.aspx&amp;#41; 
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>andresv</author><pubDate>Fri, 04 Apr 2008 14:11:26 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080404021126P</guid></item></channel></rss>