<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[SQLitePass Forum - Powered by PunBB]]></title>
		<link>http://source.online.free.fr/Forum/index.php</link>
		<description><![CDATA[The most recent topics at SQLitePass Forum - Powered by PunBB.]]></description>
		<lastBuildDate>Tue, 19 Apr 2011 15:37:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Delphi 2010]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=257&amp;action=new</link>
			<description><![CDATA[<p>Hi All,<br />Thank you for your work on this but I&#039;m having trouble getting things working with Delphi 2010. Everything installed fine. I ran the SQLiteToolbox program which accesses my db just fine (created with SQLite Expert). In my own delphi project, I can&#039;t open the database either at design or run time. The db file name was X-Cal.db. I tried to open as dbtUnknown, then as dbtSqliteExpert, then I changed the db name to X-Cal.db3. I still can&#039;t open it. Any help would be greatly appreciated.</p><p>Some other questions. <br />The SQLiteToolbox program does not seem to use the sqlite3.dll. Is that the case? And my final question. Is source available for the SQLiteToolbox program?</p>]]></description>
			<author><![CDATA[dummy@example.com (MarekZag)]]></author>
			<pubDate>Tue, 19 Apr 2011 15:37:18 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=257&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Strange behavior of DBLookupComboBox]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=167&amp;action=new</link>
			<description><![CDATA[<p>I&#039;d like to use TDBLookupComboBox-component in my project.<br />How this it works you can see in attached app...</p><p><strong><a href="http://depositfiles.com/files/r9ji1zygf">attach</a></strong></p>]]></description>
			<author><![CDATA[dummy@example.com (pima cotton)]]></author>
			<pubDate>Mon, 18 Apr 2011 19:08:46 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=167&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[just introducing !!!]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=142&amp;action=new</link>
			<description><![CDATA[<p>Hi everyone , this is reehan . I am professionally a programmer . I find forum discussion, a very interesting stuff to do. I used to hang out with these forums during my spare time. Many topics have got a healthy discussion over here. I think it would be most enjoyable while doing discussions in this forums.And pleased to meet all the other members of this site.<br />Wish you a wonderful day to all other members in this site.</p>]]></description>
			<author><![CDATA[dummy@example.com (harrylubanski)]]></author>
			<pubDate>Mon, 04 Apr 2011 09:46:59 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=142&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Beginner Questions]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=81&amp;action=new</link>
			<description><![CDATA[<p>Hello,</p><p>I installed version 0.50 in Delphi 2010. I playing around with the components and did some reading in the help file. Not all is clear to me and I&#039;m getting warning messages.</p><p>Questions:</p><p>- I&#039;m creating the database with: </p><div class="codebox"><pre><code>dbSQLite.CreateDatabase(&#039;SQLitePassTest.db3&#039;, dbtUnknown, UTF16);</code></pre></div><p>Q1. Is dbtUnknown the correct type? Any other type is giving me a warning after the <strong>second</strong> time that I open the database: Error while loading data from database. The &quot;SqlitePass_DbSettings&quot; table is corrupted or was created using an older version of this component.<br />Q2. I&#039;m using UTF16 because delphi 2010 uses this as default string type. Is this correct what I&#039;m doing?</p><p>- I created a table using the following code, this works fine <img src="http://source.online.free.fr/Forum/img/smilies/smile.png" width="15" height="15" alt="smile" /><br /></p><div class="codebox"><pre><code>  With TSqlitePassEngine.Create(dbSQLite) do
  begin
    Try
      OpenDatabase(dbSQLite.Database);
      ExecSQL(&#039;CREATE TABLE [tblFileMemory] ([Filename] TEXT  NULL, [Filesize] INTEGER  NULL,[Filedate] INTEGER  NULL)&#039;);
    Finally
      CloseDatabase;
      Free;
    End;
  End;</code></pre></div><p>- I&#039;ve placed a TSQLitePassDataset and set the SQL to </p><div class="codebox"><pre><code>SELECT * FROM [tblFileMemory]</code></pre></div><p>When I try to open the Dataset I get the following error: TSqlitePassDataset.InternalOpen : Cannot Open Dataset.<br />The database is connected (checked) and assigned using the database property of the TSQLitePassDataset component.<br />I can&#039;t get this simple Select statement to work. <img src="http://source.online.free.fr/Forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Help appreciated,<br />Pascal</p>]]></description>
			<author><![CDATA[dummy@example.com (Lane85)]]></author>
			<pubDate>Fri, 04 Mar 2011 11:39:21 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=81&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[New version's date?]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=193&amp;action=new</link>
			<description><![CDATA[<p>Thanks for this nice component. very very usefull.<br />when the new version is available? there is a date to publish...<br /> <img src="http://source.online.free.fr/Forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Thu, 17 Feb 2011 12:33:51 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=193&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Some modification for delphi.]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=131&amp;action=new</link>
			<description><![CDATA[<p>I have some modification for delphi 2006.</p><p>I guess it is more compatible with delphi compilers with &#039;conditinal expressions(support in delphi 6+)&#039;. <img src="http://source.online.free.fr/Forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><a href="http://www.mediafire.com/?4xndnd0cf64z2al">http://www.mediafire.com/?4xndnd0cf64z2al</a></p><p>p.s.</p><p>more modification for delphi &amp; some bug fix. <img src="http://source.online.free.fr/Forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><strong><a href="http://www.mediafire.com/?3jxybdyce1e6nff">http://www.mediafire.com/?3jxybdyce1e6nff</a></strong></p><p>sqlite 3.7.0.1 for sqlitepass.</p><p><strong><a href="http://www.mediafire.com/?3f278273poa7o1y">http://www.mediafire.com/?3f278273poa7o1y</a></strong></p>]]></description>
			<author><![CDATA[dummy@example.com (flaming8940)]]></author>
			<pubDate>Wed, 26 Jan 2011 05:58:38 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=131&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Error with DBLookupCombo]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=182&amp;action=new</link>
			<description><![CDATA[<p>When using the SQLitePass components in conjunction with a DbLookupcombo I get a null conversion error</p><p>This error occurs when I use a SQLitePassDataSet (in conjunction with the standard Data Source) on the list side of the combo</p><p>If I use the equivilent Zeos component on the list side of the combo then all is fine and works ok.</p>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Tue, 25 Jan 2011 12:22:17 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=182&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[EmptyTable Question]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=83&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;m trying to delete all the data in a certain table of SQLite database using a TSqlitePassDataset.<br />My TSqlitePassDataset is connected to the database and I try to use TSqlitePassDataset.EmptyTable;<br />Nothing happens until I call TSqlitePassDataset.Refresh. Then the data is deleted. Is this normal. In the code I see that FRefetchRows is set to True after the EmptyTable procedure.<br />Do we need to do somthing with this FRefetchRows ?</p><p>Regards,<br />Pascal</p>]]></description>
			<author><![CDATA[dummy@example.com (margarettefox)]]></author>
			<pubDate>Mon, 24 Jan 2011 15:22:39 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=83&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[problems with basic select]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=129&amp;action=new</link>
			<description><![CDATA[<p>hello !</p><p>first: congratulation to this product, it seems a lot easier to use than the lazarus internal sqlite components.<br />and i need the blob-support, this is on of the main reasons i try it out. :-)</p><p>* i use lazarus 0.9.29 (win32)<br />* sqlitepass 0.5.1<br />* my sqlite database was created with sqlite expert 3.0.33.2068, file ending is &quot;.db3&quot;.</p><p>what i want:<br />1. i try to create a database and a dataset object in a simple unit, not a form.<br />2. connect to the database<br />3. make a query the the db<br />4. show the result in a grid.<br />5. close the database and free all ressources.</p><p>but i have a problem, i can´t figure out. i post my code, and please correct it at any location if it is not the &quot;best practise&quot; way for sqlitepass. had this code yesterday written, it was my first try.</p><p>&nbsp; &nbsp; // creating and connecting to the db<br />&nbsp; &nbsp; sqlDB:=TSqlitePassDatabase.Create(nil);<br />&nbsp; &nbsp; sqlCur:=TSqlitePassDataset.Create(nil);</p><p>&nbsp; &nbsp; sqlDB.Database:=&#039;ds_db.db3&#039;;<br />&nbsp; &nbsp; sqlDB.DatabaseType:=dbtSqliteExpert;&nbsp; // is this right / nessessary ? <br />&nbsp; &nbsp; sqlDB.Connected:=True;<br />&nbsp; &nbsp; sqlCur.Database:=sqlDB;</p><p>&nbsp; &nbsp; //quering<br />&nbsp; &nbsp; sSQL:=&#039;SELECT a.*, b.WeCl2_Name, c.WeCl1_Name &#039;+<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#039;FROM Weapons a &#039;+<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#039;INNER JOIN WeaponClassification2 b ON a.WeCl2_ID=b.WeCl2_ID &#039;+<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#039;INNER JOIN WeaponClassification1 c ON b.WeCl1_ID=c.WeCl1_ID &#039;+<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;ORDER BY c.WeCl1_Name, b.WeCl2_Name, a.We_Name;&#039;;<br />&nbsp; &nbsp; sqlCur.SQL.Text:=sSQL;<br />&nbsp; &nbsp; sqlCur.Open;<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; // no recordset-iteration, because of an easy example<br />&nbsp; &nbsp; showmessage( sqlCur.FieldByName(&#039;WeCl2_Name&#039;).AsString );<br />&nbsp; &nbsp; sqlCur.Close;</p><br /><p>&nbsp; &nbsp; // closing and freeing objects. is this enogh?<br />&nbsp; &nbsp; sqlDB.Connected:=False;</p><p>&nbsp; &nbsp; sqlCur.Free;<br />&nbsp; &nbsp; sqlDB.Free;</p><br /><p>it crashes on the line<br />&nbsp; &nbsp; &gt;sqlCur.SQL.Text:=sSQL;</p><p>the message is: excepotion &quot;EDatabase Error&quot;, &quot;1: no such column: Weapons._RowID_&quot;<br />have tried the rewrite the select without &quot;.*&quot;(naming all fields) -&gt;same result.<br />the query is ok, works with sqlite expert and the lazarus sqlite-components.</p><p>what i have to do to correct this prolem?</p><br /><p>thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (margarettefox)]]></author>
			<pubDate>Mon, 24 Jan 2011 15:19:21 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=129&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Error on closing application]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=181&amp;action=new</link>
			<description><![CDATA[<p>Great component set. Thanks!</p><p>When I run a simple app it executes correctly (code below) but when I close it gives &quot;Project project1 raised exception class &#039;External: SIGSEGV&#039;.&quot; I&#039;m using Lazarus 0.9.31 in Ubuntu 10.10.</p><br /><p>procedure TForm1.Button1Click(Sender: TObject);<br />begin<br />&nbsp; &nbsp; &nbsp;with SqlitePassDataset1 do begin<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SQL.Text:= &#039;select chemid,name from chem_info where chemid= 3982&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Open;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; showmessage(FieldByName(&#039;name&#039;).AsString );<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Close;<br />&nbsp; &nbsp; &nbsp;end;<br />end;</p>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Sat, 22 Jan 2011 21:15:56 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=181&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Error in Lazarus]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=180&amp;action=new</link>
			<description><![CDATA[<p>Lazarus 0.9.31 - fpc 2.5.1 - Linux Ubuntu 10.10 (32 bits)</p><p>In the form put a component and a component TSqlitePassDatabase TSqlitePassDataset. I went and compile these errors appeared:</p><br /><p>/usr/bin/ld: warning: link.res contains output sections; did you forget -T?<br />//home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/lib/i386-linux/sqlitepassdbo.o: In function `main&#039;:<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/sqlitepassdbo.lpr:19: undefined reference to `THREADVARLIST_SQLITEPASSDBO&#039;<br />//home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/lib/i386-linux/udm.o: In function `TDM__DATAMODULECREATE&#039;:<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASE&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATASET&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSRECORDSET&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSPARAMS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSINMEMORYINDEXES&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSINMEMORYINDEX&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSFIELDFILTER&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSFIELDFILTERS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSQLSECTIONS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSQLTOKENS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSQLTOKENIZER&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSQLSTMT&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSELECTSTMTTABLEDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASESATTACHED&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASEATTACHED&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSGENERICTABLEDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSELECTSTMTTABLEDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSELECTSTMTFIELDDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSELECTSTMT&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATASETVERSIONINFO&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATASETINDEXDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATASET&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASEERRORITEM&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASEERROR&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATASETS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTABLEDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASEINDEXDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSQUERYDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSVIEWS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTRIGGERS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSQLSTMTDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSCUSTOMFIELDDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSFIELDTYPESGENERICTRANSLATIONRULES&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSFIELDTYPESDEFAULTTRANSLATIONRULES&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSFIELDTYPESTRANSLATIONRULES&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASEDATATYPEOPTIONS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTRANSACTION&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSENGINE&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTRANSLATOR&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASEOPTIONS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASEVERSIONINFO&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSDATABASE&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSPARAM&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSFIELDFILTEREXP&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSQLTOKEN&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSGENERICFIELDDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSELECTSTMTFIELDDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSINDEXCOLUMNS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSINDEX&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTABLEFIELDDEFS&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTABLEDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTABLEFIELDDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSQUERYDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSVIEW&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSTRIGGER&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSSQLSTMTDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSCUSTOMFIELDDEF&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSFIELDTYPETRANSLATIONRULE&#039;<br />/home/robson/Programas/lazarus/components/SQLitePass_0.55/Demo/udm.pas:36: undefined reference to `VMT_SQLITEPASSDBO_TSQLITEPASSINDEXCOLUMN&#039;<br />//home/robson/Programas/lazarus/components/SQLitePass_0.55/Packages/Build/SqlitePassErrorLogDialog.o: In function `SQLITEPASSERRORLOGDIALOG_TSQLITEPASSERRORLOGDLG_$__SBCLEARCLICK$TOBJECT&#039;:<br />SqlitePassErrorLogDialog.pas:(.text+0x2da): undefined reference to `SQLITEPASSDBO_TSQLITEPASSDATABASEERROR_$__CLEAR&#039;<br />//home/robson/Programas/lazarus/components/SQLitePass_0.55/Packages/Build/SqlitePassErrorLogDialog.o: In function `SQLITEPASSERRORLOGDIALOG_TSQLITEPASSERRORLOGDLG_$__SBSAVETOFILECLICK$TOBJECT&#039;:<br />SqlitePassErrorLogDialog.pas:(.text+0x3b0): undefined reference to `SQLITEPASSDBO_TSQLITEPASSDATABASEERROR_$__SAVETOFILE$ANSISTRING&#039;<br />//home/robson/Programas/lazarus/components/SQLitePass_0.55/Packages/Build/SqlitePassErrorLogDialog.o: In function `SQLITEPASSERRORLOGDIALOG_TSQLITEPASSERRORLOGDLG_$__SBPRIORERRORCLICK$TOBJECT&#039;:<br />SqlitePassErrorLogDialog.pas:(.text+0x3cf): undefined reference to `SQLITEPASSDBO_TSQLITEPASSDATABASEERROR_$__GETPRIORERROR$$BOOLEAN&#039;<br />//home/robson/Programas/lazarus/components/SQLitePass_0.55/Packages/Build/SqlitePassErrorLogDialog.o: In function `SQLITEPASSERRORLOGDIALOG_TSQLITEPASSERRORLOGDLG_$__SBNEXTERRORCLICK$TOBJECT&#039;:<br />SqlitePassErrorLogDialog.pas:(.text+0x3ff): undefined reference to `SQLITEPASSDBO_TSQLITEPASSDATABASEERROR_$__GETNEXTERROR$$BOOLEAN&#039;<br />//home/robson/Programas/lazarus/components/SQLitePass_0.55/Packages/Build/SqlitePassErrorLogDialog.o: In function `SQLITEPASSERRORLOGDIALOG_TSQLITEPASSERRORLOGDLG_$__SHOWLASTERROR&#039;:<br />SqlitePassErrorLogDialog.pas:(.text+0x42f): undefined reference to `SQLITEPASSDBO_TSQLITEPASSDATABASEERROR_$__GETLASTERROR$$BOOLEAN&#039;<br />sqlitepassdbo.lpr(19,1) Error: Error while linking<br />sqlitepassdbo.lpr(19,1) Fatal: There were 1 errors compiling module, stopping<br />------------------------------------------------------</p><p> <img src="http://source.online.free.fr/Forum/img/smilies/mad.png" width="15" height="15" alt="mad" /> </p><p>Has a solution?</p>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Mon, 10 Jan 2011 20:03:42 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=180&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Memory leak in TSqlitePassDatabaseDataTypeOptions.LoadFromDatabase]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=178&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>in TSqlitePassDatabaseDataTypeOptions.LoadFromDatabase you need to replace</p><br /><div class="codebox"><pre><code>if DbSettingsRecordset.RecordsCount = 0
  then Exit;

Try {1}
 Try {2}

[...]

 end; {Try 2 }
finally
StorageInfoStrings.Free;
MainPropertiesStrings.Free;
TranslationRulesStrings.Free;
CustomFieldDefsStrings.Free;
DbSettingsRecordset.Free;
end; {Try 1}</code></pre></div><p>with</p><div class="codebox"><pre><code>if DbSettingsRecordset.RecordsCount &lt;&gt; 0 then
Try {1}
 Try {2}

[...]

 end; {Try 2 }
finally

end; {Try 1}
StorageInfoStrings.Free;
MainPropertiesStrings.Free;
TranslationRulesStrings.Free;
CustomFieldDefsStrings.Free;
DbSettingsRecordset.Free;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Sun, 02 Jan 2011 19:25:10 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=178&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Issue with params (String and WideString)]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=176&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>Thank you for this library, I&#039;m just starting to use it and I&#039;m already happy with it!</p><p>I have an issue with parameters when using strings, see the code above. I&#039;m not able to see where the bug happen.</p><div class="codebox"><pre><code>  Dataset.Close;
  Dataset.Params.Clear;
  Dataset.ParamCheck := True;
  Dataset.SQL.Text := &#039;SELECT * FROM archive WHERE path=:PathAsString;&#039;;
  Dataset.Params.ParamByName(&#039;PathAsString&#039;).Value := (&#039;path&#039;);
  Dataset.Open;</code></pre></div><p>I&#039;m getting an access violation in:</p><div class="codebox"><pre><code>SqlitePassUtils.TSqlitePassAnsiStringList.Get(131184)
SqlitePassDbo.TSqlitePassRecordset.GetFieldAsAnsiString($91E0140)
SqlitePassDbo.BindUTF8AnsiStringFieldValueBufferToSqliteValueAsUTF16($F33290,$91E0140,$AE7098,1)
SqlitePassDbo.TSqlitePassParam.BindValue
SqlitePassDbo.TSqlitePassParams.BindValues
SqlitePassDbo.TSqlitePassDataset.InternalRefresh
SqlitePassDbo.TSqlitePassDataset.InternalOpen
:00657b3b TDataSet.DoInternalOpen + $1F
:006578f6 TDataSet.Open + $A</code></pre></div><p>for the following reasons, FList is &quot;nil&quot; in TSqlitePassAnsiStringList.Get, and I can see that StrIndex is not valid (I&#039;m getting a random value &gt; 255)&nbsp; in GetFieldAsAnsiString </p><p>If FList is &quot;nil&quot; it should mean that the parameter has not been stored correctly in the TSqlitePassAnsiStringList ?<br />Any help ?</p>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Wed, 29 Dec 2010 13:18:59 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=176&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[BUG with inMemoryIndexes]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=171&amp;action=new</link>
			<description><![CDATA[<p>Hi Everybody,</p><p>sqliteDBO is really a good library to deal with sqlite DBs. Thanks for all involving to develop the library.</p><p>I&#039;ve an error to use mastersource and masterfield properties. i want to use a master-detail relation with my database. Normally everythind works as i expect, but when i close my executable, it says the leak error/warning shown in the picture above:</p><p><span class="postimg"><img src="http://img694.imageshack.us/img694/9396/sqlitedbo055error.png" alt="http://img694.imageshack.us/img694/9396/sqlitedbo055error.png" /></span></p><p>Just when i close the program, error occurs. it&#039;s a leak error. i&#039;ve inspected but i could not find.<br />Can you add this to buglist, admin?<br />Thanks. <img src="http://source.online.free.fr/Forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Tue, 28 Dec 2010 22:14:13 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=171&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Widestring memory overrun in 0.55 [Fix attached]]]></title>
			<link>http://source.online.free.fr/Forum/viewtopic.php?id=175&amp;action=new</link>
			<description><![CDATA[<p>You need to replace:</p><div class="codebox"><pre><code>     ftWideString:
       begin
       // TODO - Check WideString Size...// Length
       StrSize := (Length(StrValue)*2)+1;</code></pre></div><p>with<br /></p><div class="codebox"><pre><code>     ftWideString:
       begin
       // TODO - Check WideString Size...// Length
       StrSize := (Length(StrValue)+1)*2;</code></pre></div><p>because #0 is also stored on 2 bytes</p>]]></description>
			<author><![CDATA[dummy@example.com (luckylazarus)]]></author>
			<pubDate>Thu, 23 Dec 2010 21:00:06 +0000</pubDate>
			<guid>http://source.online.free.fr/Forum/viewtopic.php?id=175&amp;action=new</guid>
		</item>
	</channel>
</rss>
