<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0">
	<channel>
		<title>Devrace English [Forum]</title>
		<link>http://www.devrace.com</link>
		<description>New forum topics of Devrace English [www.devrace.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Thu, 17 May 2012 09:07:00 +0400</pubDate>
		<item>
			<title>Query.Params.Clear</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=860&amp;MID=3736">Query.Params.Clear</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			ShowMessage(FloatToStr(AQUERY.ParamByName('APARAM').AsFloat)); shows 30.8<br />ShowMessage(CurrToStr(AQUERY.ParamByName('APARAM').AsCurrency)); shows 30.8<br /><br />for Indx := 0 to Pred(AQUERY.ParamCount) do<br />	AQUERY.Params&#91;Indx&#93;.Clear;<br /><br />ShowMessage(VarToStr(AQUERY.ParamByName('APARAM').Value)); shows ''<br />ShowMessage(FloatToStr(AQUERY.ParamByName('APARAM').AsFloat)); shows 0<br />ShowMessage(CurrToStr(AQUERY.ParamByName('APARAM').AsCurrency)); shows 30.8<br /><br />Youd consider this normal???? <br />
			<i>8 May 2012 08:10:28, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4155">Filip Moons</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=860&amp;MID=3736</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=860&amp;MID=3736</guid>
			<pubDate>Tue, 08 May 2012 08:10:28 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>How to create a backup file on your local computer?</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=859&amp;MID=3735">How to create a backup file on your local computer?</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Backup of the file server computer in a network environment, how can get on the computer terminal?<br />------------------------------------------------------------------------------<br />pFIBBackupService1.Verbose:=True;<br />pFIBBackupService1.Protocol := TCP;<br />pFIBBackupService1.ServerName := '192.168.1.2';<br />pFIBBackupService1.DatabaseName :='D:\BACKUP\FIBPLUS\db\EMPLOYEE.FDB';<br /><br />pFIBBackupService1.BackupFile.Text :='c:\EMPLOYEE.FBK':<br /><br />pFIBBackupService1.Attach;<br />pFIBBackupService1.ServiceStart;<br />-------------------------------------------------------------------.........<br /><br />Were unable to create local backup file on the computer.<br /><br />FIBPLUS local computer can not create backup file.<br /> GBAK local computer, create the backup file.<br /> What is the solution to this problem?<br /><br />gbak -v -t -user SYSDBA -password masterkey -y c:\backup.log 192.168.1.2:D:\BACKUP\FIBPLUS\db\EMPLOYEE.FDB c:\EMPLOYEE.fbk <br />
			<i>1 May 2012 01:12:44, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13739">softdestek</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=859&amp;MID=3735</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=859&amp;MID=3735</guid>
			<pubDate>Tue, 01 May 2012 01:12:44 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Network environment does not work.</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=858&amp;MID=3734">Network environment does not work.</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			I wrote a program using pFIBBackupService1 component. Examines the network environment does not do the backup.<br /> What's wrong?<br /><br /><noindex><a href="http://www.devrace.com/bitrix/components/bitrix/support.ticket.edit/ticket_show_file.php?hash=6374b5c6c512cdb88ef41dc4ad2c506c&lang=en&action=download" target="_blank" rel="nofollow">Sampless</a></noindex> <br />
			<i>30 Apr 2012 00:27:09, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13739">softdestek</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=858&amp;MID=3734</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=858&amp;MID=3734</guid>
			<pubDate>Mon, 30 Apr 2012 00:27:09 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Implementation of isc_dsql_exec_immed2 in TFIBQuery.ExecQuery</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=857&amp;MID=3733">Implementation of isc_dsql_exec_immed2 in TFIBQuery.ExecQuery</a></b> <i>Sometimes prepare+describe+execute+fetch in one call have great performance benefits.</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			It will be very useful if isc_dsql_exec_immed2 is used in TFIBQuery.ExecQuery in some cases. For example when no parameters are used in the query but there are many macros and each execution is in fact different SQL - there is no point of keeping the prepared statement.<br />When the Query is executed across internet connection the benefit is augmented, reducing the round-trips from the client and server.<br /><br />When we may expect such an option to be implemented?<br /><br />P.S. Not talking about DDL statements but for SELECT statements when immediate fetch all is needed. <br />
			<i>28 Apr 2012 11:22:21, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13742">Veselin Pavlov</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=857&amp;MID=3733</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=857&amp;MID=3733</guid>
			<pubDate>Sat, 28 Apr 2012 11:22:21 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Property does not exist after upgrade to 7.3</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=852&amp;MID=3697">Property does not exist after upgrade to 7.3</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello.<br /><br />I was using FIB 6.9 and I've upgraded to 7.3.1219 Release to have the AutoReconnect option.<br /><br />Installation was ok and also compilation.<br /><br />But as soon as the program is run, an application error is raised: &quot;Error reading FIBDB.AutoReconnect: Property AutoReconnect does not exist.&quot;<br /><br />I've checked the packages version and they are 7.3.1219 Release<br />I've deleted the TpFIBDatabase object and re-created it without success.<br /><br />Any clue for me ?<br /><br />Thanks for your help. <br />
			<i>3 Apr 2012 09:53:07, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13700">Frank LEAUTAUD</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=852&amp;MID=3697</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=852&amp;MID=3697</guid>
			<pubDate>Tue, 03 Apr 2012 09:53:07 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FastReport Recompile FIBPlus5.dcp not found</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=847&amp;MID=3666">FastReport Recompile FIBPlus5.dcp not found</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello,<br /><br />i will recompile FastReport with FibPlus Components, but i get an error:<br /><br />delphi5 error: frxFIBComponents.pas(24) Fatal: File not found: 'FIBPlus5.dcp'<br />frxFIB5.dpk not compiled!<br />delphi5 error: frxFIBReg.pas(27) Fatal: Never-build package 'frxFIB5' must be recompiled<br />dclfrxFIB5.dpk not compiled!<br />Done<br /><br />Thanks for help <br />
			<i>21 Mar 2012 08:54:03, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4708">Fabian Soppe</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=847&amp;MID=3666</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=847&amp;MID=3666</guid>
			<pubDate>Wed, 21 Mar 2012 08:54:03 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Missing Editors  7.2 / XE2 With SP4</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=842&amp;MID=3654">Missing Editors  7.2 / XE2 With SP4</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello,<br /><br />I'm missing all editors in the FibPlus components.<br />Ie: pFibDataBase : the first 4 Items (Database Editor, Edit field ....),<br />FibDataSet SQL Generator.....<br /><br />Best regards<br /><br /><br />Horst <br />
			<i>8 Mar 2012 11:13:46, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=2090">Horst Esser</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=842&amp;MID=3654</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=842&amp;MID=3654</guid>
			<pubDate>Thu, 08 Mar 2012 11:13:46 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7.2: TFIBBCDField.AsString bug?</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=839&amp;MID=3648">FIBPlus 7.2: TFIBBCDField.AsString bug?</a></b> <i>bug FIBPlus 7.2</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello!<br /><br />I'm using FIBPlus 7.2.983 compiled with replaced StdProcs unit (as it was recomended in sticky topic).<br /><br />The AsString method of the TFIBBCDField object is still works wrong. It seems like returned value is 1000 times smaller in odd calls and 10 times smaller in even calls.<br /><br />For example:<br /><br />Actual field value =990<br />
====code====
<pre>FieldByName('WG_WEIGHT').AsString //0,99
FieldByName('WG_WEIGHT').AsString //99</pre>
=============
<br /><br />Of course I understand that there's the workaround (using FloatToStr(Field.AsFloat)) but it's not easy to change all such calls in all projects. <br />
			<i>2 Mar 2012 07:52:48, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13145">Eugene Ivanov</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=839&amp;MID=3648</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=839&amp;MID=3648</guid>
			<pubDate>Fri, 02 Mar 2012 07:52:48 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Missing installation packages</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=835&amp;MID=3639">Missing installation packages</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello Marina, I would like to ask to publish FIBPLus packages 7.1 and 7.2 onto my profile.<br /> <br /> I ordered in January 2011 (ref. number Share-It: 362195105) but I do not have an opportunity to download packages.<br /> <br /> Please send me also SERIAL NUMBER - I need to reinstall FIBPlus and do not have serial number.<br /> <br /> Please answer as soon as possible !<br /> <br /> Thank you.<br /> <br /> Sincerely, Karel <br />
			<i>17 Feb 2012 05:49:08, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=2302">Karel Janecek</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=835&amp;MID=3639</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=835&amp;MID=3639</guid>
			<pubDate>Fri, 17 Feb 2012 05:49:08 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7.2 ... bug?</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=825&amp;MID=3609">FIBPlus 7.2 ... bug?</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello!<br />My FIBPlus version is 7.2.983 Release, and develop under Delphi XE.<br /><br />When I create fields on a TpFIBDataSet, and that fields have NOT NULL flag on database, why property Required is not set to true? <br />
			<i>2 Feb 2012 05:14:20, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13118">Raul Ferriz</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=825&amp;MID=3609</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=825&amp;MID=3609</guid>
			<pubDate>Thu, 02 Feb 2012 05:14:20 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Class TpFIBQuery not found</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=822&amp;MID=3598">Class TpFIBQuery not found</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello<br />I'm using FIBPlus 7.2.983 with Delphi XE2.<br />I have a datamodule with a TpFIBQuery , TpFIBTransaction on it and another datamodule with a TpFIBConnection on it.<br /><br />In design time i can connect all components, make the sql's and see data in my grids.<br />But when i run my application , when creating the datamodule i get and exception 'class TpFIBQuery not found' .<br /><br />What i'm doing wrong ? <br />
			<i>29 Jan 2012 07:31:10, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13109">Peter Everix</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=822&amp;MID=3598</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=822&amp;MID=3598</guid>
			<pubDate>Sun, 29 Jan 2012 07:31:10 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIB 6.9.9 Delphi 7 Order by Clause</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=819&amp;MID=3589">FIB 6.9.9 Delphi 7 Order by Clause</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hi there.<br />First post here. We bought FIB 6.9.9 a while ago and only recently started the conversion from the BDE to FIB 6.9.9.<br /><br />I'm running into a strange problem.<br /><br />I have a FIBDataset with a datasource linked to it for displaying information in a grid.<br /><br />The selectSQL is pretty straight forward.<br /><br /><br /><br />sel ect GROUP_NUMBER, GROUP_DESCRIPTION<br />from CLIENT_GROUP <br />order by GROUP_DESCRIPTION asc<br /><br /><br />The strange thing is when I click on Active on the properties tab of the FIBDataset, it works like a charm.<br /><br />But when I do it in the program I get an access violation.<br /><br />with PyroDataModule do begin<br />    with ClientGroupQuery do begin<br />      Close;<br />      Open;<br />      First;<br />    end;<br />  end;<br /><br />When I remove the order by clause fr om the selectSQL it works like a charm in the program.<br /><br />What am I doing wrong?<br /><br />Thanks in advance. <br />
			<i>17 Jan 2012 04:03:51, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13099">Emile Kukkuk</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=819&amp;MID=3589</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=819&amp;MID=3589</guid>
			<pubDate>Tue, 17 Jan 2012 04:03:51 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus for XE2 (32/64bit)</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=817&amp;MID=3578">FIBPlus for XE2 (32/64bit)</a></b> <i>Where we can find FIBPlus roadmap? Win64 support planned or not?</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Currently we use FibPlus 6.8.5 under Delphi_2007.<br /><br />Where we can find FibPlus for XE2 trial?<br />As i understand vesrion 7.2 support XE2/32. Right?<br />And what about 64-bit support?<br /><br />Many thanks in advance. <br />
			<i>10 Jan 2012 06:40:36, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13096">Denis Davydov</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=817&amp;MID=3578</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=817&amp;MID=3578</guid>
			<pubDate>Tue, 10 Jan 2012 06:40:36 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIB Plus 7.2 (XE2)</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=816&amp;MID=3576">FIB Plus 7.2 (XE2)</a></b> <i>Trial Package</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hi, I'm a customer and we have purchased FIBPlus 6.9.x; can we try FIB PLus 7.2 ? Is there a Trial KIT?<br />James <br />
			<i>9 Jan 2012 10:23:35, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4760">James Villani</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=816&amp;MID=3576</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=816&amp;MID=3576</guid>
			<pubDate>Mon, 09 Jan 2012 10:23:35 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Charsets</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=815&amp;MID=3574">Charsets</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hi, i have FIBPlus 7.0.15. I have a database with ISO8859_1 Charset. In this database i want to add a UTF8 field.<br /><br />So when i want to make a connection with the param lc_ctype=ISO8859_1 and I enter a form where a FIBDataset has the UTF8 field i get this error in delphi 2010:<br /><br />Type mismatch for field 'TIP_HABITAT', expecting: WideString actual: String.<br /><br />If i connect with lc_ctype=UTF8 all the other ISO8859_1 fields produces this other error:<br /><br />expecting: String actual: WideString. <br /><br />So, can't i work with fields of diferent charsets? And how can i make it work?<br /><br />Thank you very much. <br />
			<i>5 Jan 2012 15:15:42, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=13094">Aitor Gomez</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=815&amp;MID=3574</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=815&amp;MID=3574</guid>
			<pubDate>Thu, 05 Jan 2012 15:15:42 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>problem with cyrilic names and new users</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=814&amp;MID=3571">problem with cyrilic names and new users</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			I have problem with cyrillic names on users when using ib_services<br />The cyrillic names of newly created users are transformed to win1250 encoding.<br /><br />I have changed ib_services.pas - adding some utf8encode/decode to fix this<br /><br />i'm attaching a diff file (i'm not sure that i'm allowed to attach modified source file) <br />
			 [ <a href="http://www.devrace.com/bitrix/components/bitrix/forum.interface/show_file.php?fid=6838">Download</a> ] <br /><i>3 Jan 2012 10:44:43, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4179">George Panayotov</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=814&amp;MID=3571</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=814&amp;MID=3571</guid>
			<pubDate>Tue, 03 Jan 2012 10:44:43 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7.2 Fixed bugs</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=801&amp;MID=3530">FIBPlus 7.2 Fixed bugs</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			1. Wrong work FIBDataSet.Sort  (and may be Locate)<br /><br /><br />Solution:<br /><br />unit FIBCacheManage;<br /><br />change method<br />function TRecordsCache.GetFieldData( RecordNo,FieldOffSet,StrIndex:integer;<br />var RecordDat a:Pointer ):Pointer;<br /><br />to<br /><br />
====code====
<pre>function TRecordsCache.GetFieldData( RecordNo,FieldOffSet,StrIndex:integer;
var RecordDat a:Pointer ):Pointer;
var
BlockIndex:integer;
PosInBlock:integer;
begin
// Used in Locate

if Assigned(FMapRecords) then
RecordNo :=InternalRecordNo(RecordNo);

BlockIndex:=(RecordNo-1) div FRecInBlock;
if BlockIndex&#60;FBlocks.Count then
begin
PosInBlock:=(RecordNo-1-BlockIndex*FRecInBlock)*FRecordSize;
RecordDat a:=FBlocks.List^&#91;BlockIndex&#93;;
Inc(PByte(RecordData),PosInBlock);
end
else
raise EMemManagerError.Create('Can''t read FieldData .Incorrect RecordNo');
;
if (StrIndex=-1) or (FStrFieldCount=0) then
begin
{Inc(PByte(RecordData),FieldOffSet);
Result:=RecordData;
}
Result:=RecordData;
Inc(PByte(Result),FieldOffSet);
end
else
begin
if RecordNo&#62;FStringData.Capacity then
raise EMemManagerError.Create('Can''t read FieldData .Incorrect RecordNo');
Result:=FStringData.PValue&#91;StrIndex,RecordNo-1&#93;;
end;

end;</pre>
============= <br />
			<i>4 Dec 2011 09:38:17, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=8">Sergey Buzadzhy</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=801&amp;MID=3530</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=801&amp;MID=3530</guid>
			<pubDate>Sun, 04 Dec 2011 09:38:17 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7.2 file missing</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=795&amp;MID=3510">FIBPlus 7.2 file missing</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hi,<br /><br />I just tried to install FIBPlus on XE2 but there is a compiler error:<br /><br />[BRCC32 Fehler] FIBPlus_XE2.vrc(58): file not found: FIBPlus2011_Icon.ico<br /><br />Is there a workaround or could you please correct this.<br /><br />Hartmut <br />
			<i>29 Nov 2011 07:29:09, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=2079">hartmut festing</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=795&amp;MID=3510</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=795&amp;MID=3510</guid>
			<pubDate>Tue, 29 Nov 2011 07:29:09 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7.1 :   BCDField is retrieved in polace of float Field</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=776&amp;MID=3439">FIBPlus 7.1 :   BCDField is retrieved in polace of float Field</a></b> <i>sel ect sum(champ1) as MySum fr om my table gives a TFIBBCDField!!!</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello,<br />I'm using FIBplus7.1 under c++BuilderXE with a firebird database (Dialect 3)<br />in one table i have a float field and i try to get sum:<br />champ1 is a float float;<br />I'm working with a TpFIBdataSet so i do:<br />sel ect sum(champ1) as MySum from MyTable <br />and if I try to add this permanent field to my DatSet i get a FIBBCDField!!!!!   I 'd have to get TFFIBFloat Field normally..... <br />I have to say that that with an old databasewith SQL Dialect 1, i Hadn't this error!!!!<br />So if anybody has an Idea....because i'm not sure i'll get help fr om FIBPlus ..... <br />
			<i>8 Sep 2011 09:45:18, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4681">Didier BODINIER</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=776&amp;MID=3439</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=776&amp;MID=3439</guid>
			<pubDate>Thu, 08 Sep 2011 09:45:18 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>AutoCommit of the FIBDataSet</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=747&amp;MID=3287">AutoCommit of the FIBDataSet</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello,<br /><br />on using a TMS DBAdvGrid it's necessary to set<br />the FIBDataset.AutoCommit:=True, otherwise I can't <br />see the new contents of the edited field.<br /><br />In my programming context I don't want to Commit the <br />UpdateTransaction because this UpdateTransaction is used by the superiore Dataset and I want to have to possibility to Rollback all changes in both Datasets.<br /><br />How can I force a CommitRetaining instead of a hard Commit?<br /><br />Thanks <br />Martin <br />
			<i>3 Jul 2011 13:23:09, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=3398">Martin Specht</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=747&amp;MID=3287</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=747&amp;MID=3287</guid>
			<pubDate>Sun, 03 Jul 2011 13:23:09 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>SQL Generator is missing in FibPlus 7</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=711&amp;MID=3005">SQL Generator is missing in FibPlus 7</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hi,<br /><br />What happened with SQL generator in FibPlus v7 ?<br /><br />Is it missing or I can't find it ? <br />
			<i>25 Feb 2011 06:44:40, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=2232">Pera Detlic</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=711&amp;MID=3005</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=711&amp;MID=3005</guid>
			<pubDate>Fri, 25 Feb 2011 06:44:40 +0300</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7.0.15  FixedBugs</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=702&amp;MID=2932">FIBPlus 7.0.15  FixedBugs</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Method FIBDDataSet.Locate  works wrong if it called with [loPartialKey,loCaseInsensitive]<br /><br />Bug don't exist under D2009-2010.<br /><br />Solution: Replace file from attach and recompile your projects. <br />
			 [ <a href="http://www.devrace.com/bitrix/components/bitrix/forum.interface/show_file.php?fid=6704">Download</a> ] <br /><i>8 Feb 2011 07:39:53, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=8">Sergey Buzadzhy</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=702&amp;MID=2932</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=702&amp;MID=2932</guid>
			<pubDate>Tue, 08 Feb 2011 07:39:53 +0300</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7.0.15 and design-time editors</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=684&amp;MID=2820">FIBPlus 7.0.15 and design-time editors</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			We found that 7.0.15 sometimes does not run design-time editors (in particular, on Windows 7 64bit Home Edition). That's why we'd recommend you to do the following:<br /><br />1. Uninstall the current build using the automatic uninstaller.<br />2. Download FIBPlus 7.0.15 anew (we have replaced the old archives by new ones with the same names)<br />3. Install FIBPlus again.<br /><br />The step 1 is _absolutely_ necessary, if you simply install the new build over the old one, the problem with editors can remain. <br />
			<i>4 Jan 2011 08:12:42, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=1">Serg Vostrikov</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=684&amp;MID=2820</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=684&amp;MID=2820</guid>
			<pubDate>Tue, 04 Jan 2011 08:12:42 +0300</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Share db connection with dll</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=679&amp;MID=2786">Share db connection with dll</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hello<br /><br />Does DLL compiled in D2009 can share connection (by db handle) to db initiated in exe compiled using D2010 ?<br />(Atm i create connection in every dll by passing connection prams to dll's)<br /><br />(I know that there is problem with rtti compatibility and &quot;different&quot; memory managers between those compilers.) <br />
			<i>15 Dec 2010 14:32:48, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4396">PG PG</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=679&amp;MID=2786</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=679&amp;MID=2786</guid>
			<pubDate>Wed, 15 Dec 2010 14:32:48 +0300</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus 7. Fixed bugs</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=677&amp;MID=2752">FIBPlus 7. Fixed bugs</a></b> <i>. Fixed bugs</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			1. AV assigning nil to a TpFIBScripter.Transaction<br /><br />Solution:<br />Change method:<br /><br />
====code====
<pre>
unit pFIBScripter;

procedure TpFIBScripter.SetTransaction(const Value: TpFIBTransaction);
begin
&nbsp;&nbsp;FExternalTransaction:= Value;
&nbsp;&nbsp;if Value&#60;&#62;nil then
&nbsp;&nbsp;begin
&nbsp;&nbsp; FExternalTransaction.DefaultDatabase:=FDatabase;
&nbsp;&nbsp; FQuery.Transaction:=FExternalTransaction;
&nbsp;&nbsp;end
&nbsp;&nbsp;else
&nbsp;&nbsp; FQuery.Transaction:=FTransaction;
end; </pre>
============= <br />
			<i>10 Dec 2010 06:40:36, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=8">Sergey Buzadzhy</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=677&amp;MID=2752</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=677&amp;MID=2752</guid>
			<pubDate>Fri, 10 Dec 2010 06:40:36 +0300</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>poTrimCharFields doesn't work?</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=648&amp;MID=2511">poTrimCharFields doesn't work?</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			I was using FIBDataSet and realize that the char fields was returning without blank chars at the end.<br />So i set false to the poTrimCharFields option but the char fields keep comming at the same way.<br /><br />Do i have to do something else to make chars fields came with the same size of the data base field?<br /><br />Thanks! <br />
			<i>9 Sep 2010 08:00:18, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4495">Systemar Informatica</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=648&amp;MID=2511</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=648&amp;MID=2511</guid>
			<pubDate>Thu, 09 Sep 2010 08:00:18 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>FIBPlus connection</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=639&amp;MID=2495">FIBPlus connection</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			Hi,<br />My Development machine under windows7 and working with Rad Studio 2010, FIBplus6.9.9 and FB2.0 (please bear with me, it's not easy for me to put the problems in english) <br /><br />I need help on the following problem:<br />I create an aplication and deploy it in my dev. machine under c:\program files\mydir which connected to server. the application works fine.<br /><br />On the same application when I change the connection properties on the TpFIBDatabase to LOCALHOST, compiled and run the application within the IDE or in the RAD Studio project subdir it connect to my local database (which is the exact copy of my server) so far it is fine, but if I close it and run the one under c:\program file\mydir, surprisingly it also connect to my local database.<br /><br />Why the connection of those applications follow the last compiled, builded application? Those two application are in different directory. Tested also in windows xp got the same problem.<br /><br />I don't have such kind problem with IBX, can you please help me?<br /><br />Thank you in advance for all comment and helps<br /><br />Regards<br />Ricky Lie <br />
			<i>16 Aug 2010 01:39:58, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4311">Ricky Lie</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=639&amp;MID=2495</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=639&amp;MID=2495</guid>
			<pubDate>Mon, 16 Aug 2010 01:39:58 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Mysterious SQL error code = -804. SQLDA missing or incorrect version, or incorrect number/type of variables.</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=638&amp;MID=2494">Mysterious SQL error code = -804. SQLDA missing or incorrect version, or incorrect number/type of variables.</a></b> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			I have a very simple sel ect which gives -804 error once in awhile and I can’t figure out why.<br /><br />Here’s my dataset:<br /><br />
====code====
<pre>&nbsp;&nbsp;object datasetDMG: TpFIBDataSet
&nbsp;&nbsp;&nbsp;&nbsp;SelectSQL.Strings = (
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'SEL ECT * FR OM DMG'
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'WHERE 1 = 0')
&nbsp;&nbsp;&nbsp;&nbsp;Transaction = GemsDataModule.trnsDataReadOnly
&nbsp;&nbsp;&nbsp;&nbsp;Database = GemsDataModule.dbData
&nbsp;&nbsp;&nbsp;&nbsp;Left = 53
&nbsp;&nbsp;&nbsp;&nbsp;Top = 40
&nbsp;&nbsp;end</pre>
=============
<br /><br />I have a procedure to which populates it with dat a:<br />
====code====
<pre>
procedure TClaimsPrintData.PopulateData(dmgID: Largeint; ADatabase: TFIBDatabase; ATransaction: TFIBTransaction);
begin
&nbsp;&nbsp;SiMain.EnterMethod(lvDebug, Self, 'PopulateData');

&nbsp;&nbsp;with DMPrintClaims do
&nbsp;&nbsp;begin
&nbsp;&nbsp;&nbsp;&nbsp;try
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CleanData; // nothing data related here

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;InitializeDatasets(ADatabase, ATransaction); // See this one below

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;datasetDMG.SelectSQL.Clear;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;datasetDMG.SelectSQL.Add('SELECT * FR OM DMG');
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;datasetDMG.SelectSQL.Add('WHERE DMG_ID = :DMGID');
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;datasetDMG.Params.ParamByName('DMGID').AsInt64 := dmgID;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PopulateMemoryDataSet(datasetDMG, mdsDMG);
…
…
…
</pre>
=============
<br /><br />Datamodule with this dataset will be created once and re-used multiple times there fore I'll connect/disconnect datast fr om database and transactions at every iteration using procedure below.<br />
====code====
<pre>procedure TDMPrintClaims.InitializeDatasets(ADatabase: TFIBDatabase; ATransaction: TFIBTransaction);

&nbsp;&nbsp;procedure DoDataset(ADataset: TFIBDataSet);
&nbsp;&nbsp;begin
&nbsp;&nbsp;&nbsp;&nbsp;SiMain.EnterMethod(lvDebug, 'DoDataset');

&nbsp;&nbsp;&nbsp;&nbsp;SiMain.LogBoolean(lvDebug, ADataset.Name, ADataset.Active);

&nbsp;&nbsp;&nbsp;&nbsp;ADataset.Close;
&nbsp;&nbsp;&nbsp;&nbsp;ADataset.Database := ADatabase;
&nbsp;&nbsp;&nbsp;&nbsp;ADataset.Transaction := ATransaction;
&nbsp;&nbsp;&nbsp;&nbsp;ADataset.UpdateTransaction := ATransaction;

&nbsp;&nbsp;&nbsp;&nbsp;SiMain.LeaveMethod(lvDebug, 'DoDataset');
&nbsp;&nbsp;end;

begin
&nbsp;&nbsp;SiMain.EnterMethod(lvDebug, Self, 'InitializeDatasets');

&nbsp;&nbsp;DoDataset(datasetDMG);
&nbsp;&nbsp;DoDataset(datasetDMGEXTENDED);
&nbsp;&nbsp;DoDataset(datasetTRNS);
&nbsp;&nbsp;DoDataset(datasetMCARERMT);

&nbsp;&nbsp;SiMain.LeaveMethod(lvDebug, Self, 'InitializeDatasets');
end;
</pre>
=============
<br /><br />This is wh ere error happens - pretty much right after I open it.<br />
====code====
<pre>procedure TDMPrintClaims.PopulateMemoryDataSet(ADataset: TFIBDataset; AMemDataset: TdxMemData);
begin
&nbsp;&nbsp;SiMain.EnterMethod(lvDebug, Self, 'InitializeDatasets');

&nbsp;&nbsp;ADataset.Open; // This is wh ere it will crash once in a Blue Moon
&nbsp;&nbsp;try
&nbsp;&nbsp;&nbsp;&nbsp;AMemDataset.Close;
&nbsp;&nbsp;&nbsp;&nbsp;AMemDataset.Open;

&nbsp;&nbsp;&nbsp;&nbsp;SiMain.LogDataSet(lvDebug, ADataset.Name, ADataset);
&nbsp;&nbsp;&nbsp;&nbsp;AMemDataset.CopyFromDataSet(ADataset);
&nbsp;&nbsp;&nbsp;&nbsp;SiMain.LogDataSet(lvDebug, AMemDataset.Name, AMemDataset);
&nbsp;&nbsp;finally
&nbsp;&nbsp;&nbsp;&nbsp; ADataset.Close;
&nbsp;&nbsp;end;
&nbsp;&nbsp;AMemDataset.First;

&nbsp;&nbsp;SiMain.LeaveMethod(lvDebug, Self, 'InitializeDatasets');
end;
</pre>
=============
<br /><br />Stack trace below:<br />[QUOTE]Bug report = 'date/time         : 2010-08-10, 11:28:04, 965ms<br />computer name     : <br />
			<i>10 Aug 2010 11:46:47, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=3998">Alex Poloziouk</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=638&amp;MID=2494</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=638&amp;MID=2494</guid>
			<pubDate>Tue, 10 Aug 2010 11:46:47 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Fibplus settings to connect to a Firebird Database `</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=636&amp;MID=2490">Fibplus settings to connect to a Firebird Database `</a></b> <i>Seeking the settings to connect Fibplus to a firebird database RAD 2010</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=15">FIBPlus</a>. <br />
			I have fibplus installed on Delphi RAD 2010.  I have a local server with firebird database that I want to connect to.  I can connect with the ODBC driver on Windows XP without a problem as you can see here: <img src="http://truckingweststar.com/odbc.png" alt="User added an image" border="0" /> I am having problems connecting with fibplus.  I tried every combonation that I cound think of without any success trying to get it to work as you can see here: <img src="http://truckingweststar.com/fibplus.png" alt="User added an image" border="0" />  <br /><br />Can someone give me a hint on what the settings need to be to make this test connection work.<br /><br />I wrote a trouble ticket but I have not recieved any support yet. <br />
			<i>4 Aug 2010 11:59:06, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4464">Richard Rodriquez</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=636&amp;MID=2490</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=15&amp;TID=636&amp;MID=2490</guid>
			<pubDate>Wed, 04 Aug 2010 11:59:06 +0400</pubDate>
			<category>FIBPlus</category>
		</item>
		<item>
			<title>Blazetop discontinued?</title>
			<description><![CDATA[<b><a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=10&amp;TID=694&amp;MID=2864">Blazetop discontinued?</a></b> <i>Is this Blazetop discontinued?</i> in forum <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=list&amp;FID=10">BlazeTop</a>. <br />
			Hello<br /><br />I can't find information about new releases of Blazetop.<br />Is this discontinued? Is this compatible with Firebird 2.5?<br /><br />Regards!<br />Shyde <br />
			<i>17 Jan 2011 11:22:18, <a href="http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=profile_view&amp;UID=4578">Shyde Allox</a>.</i>]]></description>
			<link>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=10&amp;TID=694&amp;MID=2864</link>
			<guid>http://www.devrace.com/en/support/forum/index.php?PAGE_NAME=message&amp;FID=10&amp;TID=694&amp;MID=2864</guid>
			<pubDate>Mon, 17 Jan 2011 11:22:18 +0300</pubDate>
			<category>BlazeTop</category>
		</item>
	</channel>
</rss>

