<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlite.phxsoftware.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>General</title><link>http://sqlite.phxsoftware.com/forums/4.aspx</link><description>General discussions regarding the ADO.NET 2.0 Provider for SQLite</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: strange Error : no such table : ....</title><link>http://sqlite.phxsoftware.com/forums/thread/8718.aspx</link><pubDate>Thu, 24 Dec 2009 16:53:56 GMT</pubDate><guid isPermaLink="false">fa762dca-388a-4e6a-93ef-b5a7a7439be2:8718</guid><dc:creator>amw403</dc:creator><slash:comments>0</slash:comments><comments>http://sqlite.phxsoftware.com/forums/thread/8718.aspx</comments><wfw:commentRss>http://sqlite.phxsoftware.com/forums/commentrss.aspx?SectionID=4&amp;PostID=8718</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;sir, &lt;/p&gt;&lt;p&gt;what do you mean by&lt;/p&gt;&lt;p&gt;Data Source=&amp;quot; + Path.GetDirectoryName(Application.ExecutablePath)&amp;quot; + Databasename&lt;/p&gt;&lt;p&gt;ex. if my datasource is in c:\visual studio\myproj\bin\debug\ and the file name si demo.db ( c:\visual studio\myproj\bin\debug\demo.db)&lt;/p&gt;&lt;p&gt;my question is that what should i type in the Data Source?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data Source = &amp;quot; &amp;quot; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: strange Error : no such table : ....</title><link>http://sqlite.phxsoftware.com/forums/thread/4494.aspx</link><pubDate>Fri, 18 Jan 2008 12:35:50 GMT</pubDate><guid isPermaLink="false">fa762dca-388a-4e6a-93ef-b5a7a7439be2:4494</guid><dc:creator>indiekiduk</dc:creator><slash:comments>0</slash:comments><comments>http://sqlite.phxsoftware.com/forums/thread/4494.aspx</comments><wfw:commentRss>http://sqlite.phxsoftware.com/forums/commentrss.aspx?SectionID=4&amp;PostID=4494</wfw:commentRss><description>Should I really be going into the dataset code behind file and editing the path to make it use the relative magic word?
&lt;font face="Lucida Console" size="2"&gt;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitConnection() {
            this._connection = new global::System.Data.SQLite.SQLiteConnection();
            this._connection.ConnectionString = &amp;quot;data source=&amp;quot;|DataDirectory|db.s3db&amp;quot;&amp;quot;;
        }
&lt;/font&gt;</description></item><item><title>Re: strange Error : no such table : ....</title><link>http://sqlite.phxsoftware.com/forums/thread/2035.aspx</link><pubDate>Mon, 18 Sep 2006 02:57:33 GMT</pubDate><guid isPermaLink="false">fa762dca-388a-4e6a-93ef-b5a7a7439be2:2035</guid><dc:creator>Robert Simpson</dc:creator><slash:comments>0</slash:comments><comments>http://sqlite.phxsoftware.com/forums/thread/2035.aspx</comments><wfw:commentRss>http://sqlite.phxsoftware.com/forums/commentrss.aspx?SectionID=4&amp;PostID=2035</wfw:commentRss><description>&lt;P&gt;I don't really know why the file dialog changes the current directory -- IMO it's a bug in .NET, but apparently the file dialog was designed that way for some ridiculous reason.&lt;/P&gt;
&lt;P&gt;Robert&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: strange Error : no such table : ....</title><link>http://sqlite.phxsoftware.com/forums/thread/2034.aspx</link><pubDate>Sun, 17 Sep 2006 16:36:26 GMT</pubDate><guid isPermaLink="false">fa762dca-388a-4e6a-93ef-b5a7a7439be2:2034</guid><dc:creator>netplayer</dc:creator><slash:comments>0</slash:comments><comments>http://sqlite.phxsoftware.com/forums/thread/2034.aspx</comments><wfw:commentRss>http://sqlite.phxsoftware.com/forums/commentrss.aspx?SectionID=4&amp;PostID=2034</wfw:commentRss><description>&lt;br&gt;Suggestion&lt;br&gt;&lt;br&gt;i forgot to suggest, that the exception maybe&lt;br&gt;told me that the database didnt exist. So I and maybe other mates &lt;br&gt;would better find the bug.&lt;br&gt;&lt;br&gt;&lt;br&gt;greets&lt;br&gt;&lt;br&gt;thuy&lt;br&gt;&lt;br&gt;</description></item><item><title>Re: strange Error : no such table : ....</title><link>http://sqlite.phxsoftware.com/forums/thread/2033.aspx</link><pubDate>Sun, 17 Sep 2006 16:30:01 GMT</pubDate><guid isPermaLink="false">fa762dca-388a-4e6a-93ef-b5a7a7439be2:2033</guid><dc:creator>netplayer</dc:creator><slash:comments>0</slash:comments><comments>http://sqlite.phxsoftware.com/forums/thread/2033.aspx</comments><wfw:commentRss>http://sqlite.phxsoftware.com/forums/commentrss.aspx?SectionID=4&amp;PostID=2033</wfw:commentRss><description>&lt;br&gt;thx a lot for fast reply and solution.&lt;br&gt;i tested it, and it works i am so happy, bcause i thought i did&lt;br&gt;a mistake and spend this weekend to find the bug.&lt;br&gt;thanx a lot again.Thats a waste of time.&lt;br&gt;&lt;br&gt;its quite simple the path, i try&lt;br&gt;&lt;br&gt;Data Source=" + Path.GetDirectoryName(Application.ExecutablePath)" + Databasename&lt;br&gt;&lt;br&gt;and it works.&lt;br&gt;&lt;br&gt;Why does the path change at runtime thru the filedialog?&lt;br&gt;&lt;br&gt;&lt;br&gt;thuy&lt;br&gt;</description></item><item><title>Re: strange Error : no such table : ....</title><link>http://sqlite.phxsoftware.com/forums/thread/2031.aspx</link><pubDate>Sun, 17 Sep 2006 15:33:13 GMT</pubDate><guid isPermaLink="false">fa762dca-388a-4e6a-93ef-b5a7a7439be2:2031</guid><dc:creator>Robert Simpson</dc:creator><slash:comments>0</slash:comments><comments>http://sqlite.phxsoftware.com/forums/thread/2031.aspx</comments><wfw:commentRss>http://sqlite.phxsoftware.com/forums/commentrss.aspx?SectionID=4&amp;PostID=2031</wfw:commentRss><description>&lt;P&gt;If you are closing and opening a connection, and the connection string contains a relative path to the database, and you are using the Open File dialog, then the problem is that the Open File dialog is changing your CurrentDirectory and the database's relative path no longer points to the same place it was pointing when the application first started.&lt;/P&gt;
&lt;P&gt;You can change your connection string to "Data Source=|DataDirectory|mydatabase.db" instead, and |DataDirectory| will be switched at runtime to your application's designated data directory, or if none was configured, the application's folder.&lt;/P&gt;
&lt;P&gt;Robert&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>strange Error : no such table : ....</title><link>http://sqlite.phxsoftware.com/forums/thread/2027.aspx</link><pubDate>Sun, 17 Sep 2006 09:51:52 GMT</pubDate><guid isPermaLink="false">fa762dca-388a-4e6a-93ef-b5a7a7439be2:2027</guid><dc:creator>netplayer</dc:creator><slash:comments>0</slash:comments><comments>http://sqlite.phxsoftware.com/forums/thread/2027.aspx</comments><wfw:commentRss>http://sqlite.phxsoftware.com/forums/commentrss.aspx?SectionID=4&amp;PostID=2027</wfw:commentRss><description>hi to all,&lt;br&gt;&lt;br&gt;&lt;br&gt;i have a very strange error:&lt;br&gt;the ado provider works fine till i add a filedialog to my form. &lt;br&gt;i have a form with textboxes. i bind these to dataset. &lt;br&gt;But after i add a filedialog to my form, start the app, select a file with the dialog&lt;br&gt;press save to commit to sqlite3, i got&lt;br&gt;&lt;br&gt;"SQLite error no such table: foo SQLiteException caught."&lt;br&gt;&lt;br&gt;after this exception i cant open a connection any more. i need to start the app again.&lt;br&gt;the table exist of course. but this happens only when i select a file with a filedialog.&lt;br&gt;&lt;br&gt;Someone has the same error?&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item></channel></rss>