User Hugues Van Landeghem - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T18:59:38Zhttp://stackoverflow.com/feeds/user/87736http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1929846/what-is-currently-the-best-build-system/1929877#19298770Answer by Hugues Van Landeghem for What is currently the best build system.Hugues Van Landeghem2009-12-18T18:18:18Z2009-12-18T18:18:18Z<p><a href="http://www.finalbuilder.com/" rel="nofollow">Final Builder</a> is well known in Windows world</p>
http://stackoverflow.com/questions/1920276/dreamedit-component-converted-to-delphi-2010/1922034#19220340Answer by Hugues Van Landeghem for DreamEdit component converted to Delphi 2010Hugues Van Landeghem2009-12-17T14:09:02Z2009-12-17T14:09:02Z<p>I use TMS <a href="http://www.tmssoftware.com/site/advmemo.asp" rel="nofollow">AdvMemo</a></p>
http://stackoverflow.com/questions/305304/single-database-tool-to-access-different-database-types/738925#7389250Answer by Hugues Van Landeghem for Single database tool to access different database types?Hugues Van Landeghem2009-04-10T21:27:10Z2009-12-16T22:20:13Z<p>I know very few who support Derby but they support MySQL, PostgreSQL, Firebird and others...</p>
<p>Check this :</p>
<ul>
<li><a href="http://www.sqlmaestro.com/" rel="nofollow">SQL maestro</a></li>
<li><a href="http://www.sqlmanager.net/" rel="nofollow">SQL Manager</a></li>
<li><a href="http://www.upscene.com" rel="nofollow">Database Workbench</a> (not for PostgreSQL)</li>
<li><a href="http://www.navicat.com" rel="nofollow">Navicat</a></li>
</ul>
http://stackoverflow.com/questions/1913620/incorrect-error-messages-in-fb2-1/1916904#19169040Answer by Hugues Van Landeghem for Incorrect error messages in FB2.1Hugues Van Landeghem2009-12-16T19:05:45Z2009-12-16T19:10:49Z<p>useful link about Firebird and multiple server</p>
<ul>
<li>for <a href="http://levosgien.net/2009/12/01/switch-between-versions-of-firebird-sql-server/" rel="nofollow">switching</a></li>
<li>for <a href="http://www.destructor.de/firebird/multiinstance.htm" rel="nofollow">running multiple instance</a></li>
</ul>
<p>I think second way is better but both works.</p>
http://stackoverflow.com/questions/1910053/simple-wrapper-function-for-wininet-post-in-delphi/1910768#19107680Answer by Hugues Van Landeghem for Simple wrapper function for WinInet post (in Delphi)Hugues Van Landeghem2009-12-15T22:10:17Z2009-12-15T22:10:17Z<p>TMS made one <a href="http://www.tmssoftware.com/site/webpost.asp" rel="nofollow">Wininet</a> </p>
http://stackoverflow.com/questions/1862097/storing-images-in-db-networked-desktop-applications/1903960#19039600Answer by Hugues Van Landeghem for Storing Images in DB - Networked Desktop ApplicationsHugues Van Landeghem2009-12-14T22:28:45Z2009-12-14T22:28:45Z<p>It seems to me that what you want to do something like what <a href="http://www.infovark.com/features/" rel="nofollow">Infovark</a> do.</p>
<p>They use Firebird for this and I'll give you a link on Firebird and <a href="http://www.firebirdnews.org/?p=1906" rel="nofollow">storing image</a></p>
http://stackoverflow.com/questions/1884060/is-there-a-free-tool-to-convert-mysql-dump-to-postgres/1884192#18841920Answer by Hugues Van Landeghem for Is there a free tool to convert mysql dump to postgresHugues Van Landeghem2009-12-10T21:33:17Z2009-12-10T21:33:17Z<p><a href="http://www.clevercomponents.com/products/dbcomparer/dbcomparer.asp" rel="nofollow">Database Comparer</a> can do the job and it make me well for me</p>
http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi0Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-03T19:47:48Z2009-12-07T20:15:44Z
<p>Hi,</p>
<p>I try to import some valid schema (for xmlspy and oxygen) with XMLMapper in delphi and I have this error </p>
<p>"Error Flux if:InfofileType unknown".</p>
<p>I use namespace and this type is define in another file.</p>
<p>Is there a way to solve this ? </p>
<p>(I also try with Delphi 2010 demo and it still not work)</p>
<pre><code><?xml version="1.0" encoding="UTF-8" ?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:if="http://www.gtest.fr/Apps/InfoFile" xmlns:ca="http://www.gtest.fr/Apps/CommandAnswer" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://www.gtest.fr/Apps/InfoFile" schemaLocation="InfoFile.xsd" />
<xs:import namespace="http://www.gtest.fr/Apps/CommandAnswer" schemaLocation="CommandAnswer.xsd" />
- <xs:element name="ServerAnswer">
- <xs:annotation>
<xs:documentation>Reponse serveur socket</xs:documentation>
</xs:annotation>
- <xs:complexType>
- <xs:sequence>
<xs:element name="InfoFile" type="if:InfoFileType" />
<xs:element name="Command" type="ca:CommandAnswerType" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</code></pre>
<p>reported in QC : <a href="http://qc.embarcadero.com/wc/qcmain.aspx?d=80124" rel="nofollow">http://qc.embarcadero.com/wc/qcmain.aspx?d=80124</a></p>
http://stackoverflow.com/questions/1856313/simple-multi-user-database-solution/1856466#18564663Answer by Hugues Van Landeghem for Simple multi-user database solutionHugues Van Landeghem2009-12-06T20:13:49Z2009-12-06T20:13:49Z<p>I think that <a href="http://www.firebirdnews.org/docs/fb2min.html" rel="nofollow">Firebird</a> can be a very good choice </p>
<ul>
<li>It's free</li>
<li>embedded version exist </li>
</ul>
http://stackoverflow.com/questions/1840187/database-on-file-server-windows/1842200#18422000Answer by Hugues Van Landeghem for Database on file server (Windows)Hugues Van Landeghem2009-12-03T19:11:09Z2009-12-03T19:11:09Z<p>I think that <a href="http://www.firebirdnews.org/docs/fb2min.html" rel="nofollow">Firebird</a> can be a very good alternative.
Firebird is available in embedded and can also work with server. It have many features.</p>
http://stackoverflow.com/questions/1825735/delphi-6-stack-trace/1825885#18258852Answer by Hugues Van Landeghem for Delphi 6 stack traceHugues Van Landeghem2009-12-01T12:25:13Z2009-12-01T12:25:13Z<p>May be you can take a look at <a href="http://www.eurekalog.com/index%5Fdelphi.php" rel="nofollow">EurekaLog</a></p>
http://stackoverflow.com/questions/57068/good-databases-with-sample-data/1810755#18107550Answer by Hugues Van Landeghem for Good Databases with sample dataHugues Van Landeghem2009-11-27T21:57:42Z2009-11-27T21:57:42Z<p>For Firebird you have employee.fdb</p>
<p>on windows OS, it is located there C:\Program Files\Firebird\Firebird_2_1\examples\empbuild</p>
http://stackoverflow.com/questions/1803965/how-to-create-simpletype-enumeration-with-xmlspy-in-schema0How to create SimpleType enumeration with xmlspy in schema ? Hugues Van Landeghem2009-11-26T14:25:26Z2009-11-26T14:33:07Z
<p>Hi,</p>
<p>I'd like to know how to create a SimpleType that is a enumeration with XMLSpy.</p>
<p>Do you have link or something useful that can help me ?</p>
<p>it's simpletype for country code </p>
<pre><code>enumeration AD ("ANDORRA")
enumeration AE ("UNITED ARAB EMIRATES")
enumeration AF ("AFGHANISTAN")
enumeration AG ("ANTIGUA AND BARBUDA")
enumeration AI ("ANGUILLA")
</code></pre>
<p>Thanks</p>
http://stackoverflow.com/questions/1770386/freeware-zip-component-for-delphi-2010/1799286#17992862Answer by Hugues Van Landeghem for Freeware ZIP component for Delphi 2010?Hugues Van Landeghem2009-11-25T19:11:54Z2009-11-25T19:11:54Z<p>you can take a look at <a href="http://www.progdigy.com/?p=34" rel="nofollow">this</a> if you like 7zip </p>
http://stackoverflow.com/questions/1792031/where-can-i-find-an-excellent-database-search-engine-script/1792942#17929421Answer by Hugues Van Landeghem for Where can I find an excellent database search engine script?Hugues Van Landeghem2009-11-24T21:11:33Z2009-11-24T21:11:33Z<p>I would recommend <a href="http://www.sphinxsearch.com/" rel="nofollow">Sphinx</a> (works for MySQL, PostreSQL and <a href="http://www.firebirdsql.org/index.php?op=files&id=sphinx" rel="nofollow">Firebird</a>)</p>
http://stackoverflow.com/questions/1772810/is-there-any-way-to-let-mysql-server-push-db-updates-to-a-client-program/1786373#17863730Answer by Hugues Van Landeghem for Is there any way to let MySQL server 'push' DB updates to a client program?Hugues Van Landeghem2009-11-23T22:05:47Z2009-11-23T22:05:47Z<p>In <a href="http://www.firebirdsql.org/doc/whitepapers/events%5Fpaper.pdf" rel="nofollow">Firebird</a> and Interbase, we have event than can be listened by client application. But for MySQL event like this don't exist.</p>
http://stackoverflow.com/questions/1459464/fast-report-amount-of-copies/1767431#17674310Answer by Hugues Van Landeghem for Fast report amount of copiesHugues Van Landeghem2009-11-19T23:48:44Z2009-11-20T08:39:57Z<p>You can set it in the fr3 file (I use Fast Report 4.8)</p>
<p>Just go in menu : Report -> Options and set Copies</p>
<p>or you can set it by code</p>
<pre><code> frxReportFR.PrintOptions.Copies := Copies;
</code></pre>
http://stackoverflow.com/questions/1767126/print-fastreport-directly/1767404#17674042Answer by Hugues Van Landeghem for Print FastReport directlyHugues Van Landeghem2009-11-19T23:42:46Z2009-11-19T23:50:49Z<p>It's written in developper help file (Programmer Manual) Chapter "Building a composite report (batch printing)"</p>
<pre><code>frxReport1.LoadFromFile('1.fr3');
frxReport1.PrepareReport;
frxReport1.LoadFromFile('2.fr3');
frxReport1.PrepareReport(False);
frxReport1.Print;
</code></pre>
http://stackoverflow.com/questions/1747452/parameters-in-query-with-in-clause1Parameters in query with in clause ?Hugues Van Landeghem2009-11-17T08:56:05Z2009-11-17T16:24:41Z
<p>Hi all,</p>
<p>I want to use parameter for query like this :</p>
<pre><code>SELECT * FROM MATABLE
WHERE MT_ID IN (368134, 181956)
</code></pre>
<p>so I think about this </p>
<pre><code>SELECT * FROM MATABLE
WHERE MT_ID IN (:MYPARAM)
</code></pre>
<p>but it doesn't work...</p>
<p>Is there a way to do this ?</p>
<p>I actually use IBX and Firebird 2.1 </p>
<p>I don't know how many parameters in IN clause.</p>
http://stackoverflow.com/questions/1744198/are-there-object-oriented-databases-with-fulltext-search-out-of-the-box/1744341#17443410Answer by Hugues Van Landeghem for Are there object-oriented databases with fulltext search out of the box?Hugues Van Landeghem2009-11-16T19:33:23Z2009-11-16T20:15:14Z<p>I think that you can look in open source DB (Firebird, PostgreSQL or MySQL) and open source FullText Search engine (Lucene or Sphinx).</p>
<p>Genrally separate full-text search index is quicker.</p>
http://stackoverflow.com/questions/1743900/c-large-data-backup-strategy-to-free-database/1744401#17444010Answer by Hugues Van Landeghem for C# Large Data backup strategy to free databaseHugues Van Landeghem2009-11-16T19:43:05Z2009-11-16T19:43:05Z<p>Many database can do this work. I can mention <a href="http://www.firebirdnews.org/?p=3775" rel="nofollow">Firebird SQL</a> who have good C# provider</p>
http://stackoverflow.com/questions/1610611/moving-away-from-ms-sql-server-to-open-source-rdbms/1615849#16158494Answer by Hugues Van Landeghem for Moving away from MS SQL Server to open source RDBMSHugues Van Landeghem2009-10-23T20:57:13Z2009-11-10T18:39:30Z<p><a href="http://www.firebirdnews.org/docs/fb2min.html" rel="nofollow">Firebird</a> can be a good choice</p>
<p>1- it work on many OS </p>
<blockquote>
<p>Supported platforms Currently our main
supported platforms are
Windows, Linux (i586 and higher, and
x64 for Firebird 2.0 on Linux),
Solaris (Sparc and Intel), HP-UX
(PA-Risc), FreeBSD and MacOS X. Main
development is done on Windows and
Linux, so all new releases are usually
offered first for these platforms,
followed by other platforms after few
days (or weeks).</p>
</blockquote>
<p>2- It have command line tools but also very nice tooling support <a href="http://www.ibexpert.com" rel="nofollow">IBExpert</a> and <a href="http://www.upscene.com" rel="nofollow">Database Workbench</a> (both have free personal edition)</p>
<p>3- firebird is very easy to install. you can backup database easily (gbak (full backup) and nbackup (incremental backup)) and allmost no administration. </p>
<p>More info <a href="http://www.slideshare.net/ibsurgeon/firebird-for-isv-business-advantages-in-english-by-dmitry-kuzmenko-ibsurgeon" rel="nofollow">here</a></p>
http://stackoverflow.com/questions/1702487/firebird-which-driver/1702651#17026510Answer by Hugues Van Landeghem for Firebird, which driver?Hugues Van Landeghem2009-11-09T17:53:03Z2009-11-09T22:09:25Z<p>Firebird is a good choice.</p>
<p>Delphi DBX can be good.</p>
<p>You can also investigate some free <a href="http://www.progdigy.com" rel="nofollow">JVUIB</a> or some you need to pay <a href="http://www.devrace.com" rel="nofollow">FIBPlus</a> - <a href="http://www.devart.com" rel="nofollow">IBDac</a> - <a href="http://www.ibobjects.com" rel="nofollow">IBObjects</a></p>
<p>and others <a href="http://www.firebirdfaq.org/faq7/" rel="nofollow">there</a></p>
http://stackoverflow.com/questions/1702292/porting-an-ibxpress-interbase-6-app-to-the-current-firebird-platform-on-delphi-7/1702612#17026122Answer by Hugues Van Landeghem for Porting an IBXpress Interbase 6 app to the current Firebird platform, on Delphi 7?Hugues Van Landeghem2009-11-09T17:45:54Z2009-11-09T17:45:54Z<p>IBExpress still work with Firebird 2.1 if you don't use unicode charset.</p>
<p>You can also switch to
- <a href="http://www.devrace.com" rel="nofollow">FIBPlus</a>
- <a href="http://www.devart.com" rel="nofollow">IBDac</a>
- <a href="http://www.ibobjects.com/" rel="nofollow">IBObjects</a></p>
<p>or <a href="http://www.progdigy.com" rel="nofollow">JVUIB</a> but it will be more hard if you use many dataset</p>
http://stackoverflow.com/questions/1695201/what-is-the-best-practice-for-building-a-multilingual-application-using-delphi-2/1697052#16970520Answer by Hugues Van Landeghem for What Is The Best Practice For Building A Multilingual Application Using Delphi 2010?Hugues Van Landeghem2009-11-08T16:27:39Z2009-11-08T16:27:39Z<p>I use <a href="http://devtools.korzh.com/localizer/" rel="nofollow">Korzh Localizer</a> and I'm very happy with.</p>
<p>You can include Language Manager in your soft and so end user can easily create new translation.</p>
http://stackoverflow.com/questions/354586/reading-proxy-details-in-a-vcl-net-application-using-rad-studio-2007/1690766#16907660Answer by Hugues Van Landeghem for Reading proxy details in a vcl.net application using Rad Studio 2007Hugues Van Landeghem2009-11-06T21:57:13Z2009-11-06T21:57:13Z<p>Just to give an idea. I never find other way :(</p>
<pre><code>procedure TfrmProxy.sbtnGetIEProxyClick(Sender: TObject);
function GetHTTPProxy(const str: String): String;
var
ts: TStringList;
i: Integer;
begin
ts := TStringList.Create;
try
ts.Text := StringReplace(str, ';', #13#10, [rfReplaceAll]);
if ts.Count = 1 then
Result := ts[0]
else
begin
for i := 0 to ts.Count-1 do
begin
if pos(UpperCase('http'), uppercase(ts[i])) > 0 then
begin
Result := Copy(ts[i], 6, length(ts[i]));
Exit;
end;
end;
end;
finally
ts.Free;
end;
end;
var
Reg: TRegistry;
str: String;
begin
Reg := TRegistry.Create;
try
Reg.RootKey := HKEY_CURRENT_USER;
if Reg.KeyExists('Software\Microsoft\Windows\CurrentVersion\Internet Settings') then
begin
Reg.OpenKeyReadOnly('Software\Microsoft\Windows\CurrentVersion\Internet Settings');
chxUseProxy.Checked := Reg.ReadInteger('ProxyEnable') <> 0;
if chxUseProxy.Checked then
begin
str := Reg.ReadString('ProxyServer');
str := GetHTTPProxy(str);
ledtProxyHost.Text := Copy(str, 0, pos(':', str)-1);
ledtProxyPort.Text := Copy(str, pos(':', str)+1, length(str));
end;
Reg.CloseKey;
end;
finally
Reg.Free;
end;
end;
</code></pre>
http://stackoverflow.com/questions/1686550/free-tool-for-validating-2-databases/1688095#16880951Answer by Hugues Van Landeghem for Free Tool for Validating 2 DatabasesHugues Van Landeghem2009-11-06T14:53:03Z2009-11-06T14:53:03Z<p>In <a href="http://www.quest.com/mysql/" rel="nofollow">Toad for MySQL</a> : you can compare 2 database and it is free.</p>
<p><a href="http://www.upscene.com" rel="nofollow">DataBase Workbench</a> made this too but it is not free</p>
<p>Available on Linux with Wine.</p>
http://stackoverflow.com/questions/1669508/has-open-source-ever-created-a-single-file-database-that-auto-handles-transaction/1670223#16702233Answer by Hugues Van Landeghem for Has open source ever created a single file database that auto handles transactions?Hugues Van Landeghem2009-11-03T21:25:13Z2009-11-03T21:30:54Z<p>I think thank <a href="http://www.firebirdnews.org/docs/fb2min.html" rel="nofollow">Firebird</a> can work for this.</p>
<p>Firebird have good dotnet provider and many solution for <a href="http://www.firebirdfaq.org/faq249/" rel="nofollow">replication</a></p>
<p>May be you can read this <a href="http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp%5Fexpert5" rel="nofollow">article for Firebird transaction</a></p>
http://stackoverflow.com/questions/1617856/choosing-between-wpf-wxwidgets-win32-api-and-mfc/1657397#165739721Answer by Hugues Van Landeghem for Choosing between WPF, wxWidgets, Win32 API and MFCHugues Van Landeghem2009-11-01T15:16:18Z2009-11-01T15:36:25Z<p><a href="http://www.embarcadero.com/products/rad-studio" rel="nofollow">RAD Studio</a> can also make the job</p>
<ul>
<li>Enhanced in 2010! VCL (Visual
Component Library) for rapidly
building Microsoft Windows
applications now includes seamless
Windows 7 support, and graceful
fallback compatibility with Windows
Vista, XP, and 2000</li>
<li>Enhanced in 2010! Windows Vista and
Windows 7 API headers to fully
exploit the latest Windows
capabilities</li>
<li>New in 2010! Support for Windows 7
Direct2D API</li>
</ul>
<p>you can also make WPF with <a href="http://www.embarcadero.com/products/delphi-prism" rel="nofollow">Dephi Prism</a> and wxWidgets with <a href="http://www.twinforms.com/products/wxformscpp/index.php" rel="nofollow">twinforms</a></p>
http://stackoverflow.com/questions/1653866/how-develop-a-financial-software-in-qt/1654319#16543190Answer by Hugues Van Landeghem for How develop a financial software in Qt?Hugues Van Landeghem2009-10-31T12:59:07Z2009-10-31T12:59:07Z<p>You can check <a href="http://www.firebirdnews.org/docs/fb2min.html" rel="nofollow">Firebird</a> who have more SQL features</p>
<p>Here is some posts about <a href="http://www.firebirdnews.org/index.php?s=QT&submit=" rel="nofollow">Firebird and QT</a></p>
http://stackoverflow.com/questions/1926731/firebird-architecture/1927269#1927269Comment by Hugues Van Landeghem on Firebird architectureHugues Van Landeghem2009-12-18T17:39:47Z2009-12-18T17:39:47Zin addition to 3 you can look this <a href="http://www.firebirdsql.org/manual/qsg2-classic-or-super.html" rel="nofollow">firebirdsql.org/manual/qsg2-classic-or-super.html/…</a>http://stackoverflow.com/questions/1924335/ansi-sql-query-to-force-return-0-recordsComment by Hugues Van Landeghem on ANSI Sql query to force return 0 recordsHugues Van Landeghem2009-12-17T21:50:22Z2009-12-17T21:50:22Zfor creating customer made query : why don't you use fast query builder included with fast report. And why not fast cube ?http://stackoverflow.com/questions/1924335/ansi-sql-query-to-force-return-0-recordsComment by Hugues Van Landeghem on ANSI Sql query to force return 0 recordsHugues Van Landeghem2009-12-17T20:31:14Z2009-12-17T20:31:14ZFor what you need this ?http://stackoverflow.com/questions/1881207/program-cannot-reconnect-to-firebird-after-abnormal-terminationComment by Hugues Van Landeghem on Program cannot reconnect to Firebird after abnormal terminationHugues Van Landeghem2009-12-10T17:35:41Z2009-12-10T17:35:41ZWhich component you use for accessing firebird ?http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1844540#1844540Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-07T20:16:47Z2009-12-07T20:16:47Z@Francois : this is done nowhttp://stackoverflow.com/questions/1856313/simple-multi-user-database-solution/1856466#1856466Comment by Hugues Van Landeghem on Simple multi-user database solutionHugues Van Landeghem2009-12-07T19:50:28Z2009-12-07T19:50:28ZI don't know your problem with permission but if you need some good GUI tools you can use www.upscene.com or www.ibexpert.com (both have free version)http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1856674#1856674Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-06T22:31:10Z2009-12-06T22:31:10ZThis file is not a xml file (.xml) but a schema file (.xsd) and you need others xsd files. http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1856674#1856674Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-06T22:27:53Z2009-12-06T22:27:53ZSorry for the minus space : it's copy and paste from firefox :(
http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphiComment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-06T21:02:58Z2009-12-06T21:02:58Z@mjustin : all my schemas are in the same directoryhttp://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1844540#1844540Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-06T12:22:51Z2009-12-06T12:22:51ZInstalled and it is the same :(http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphiComment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-06T12:21:53Z2009-12-06T12:21:53ZIt make the same with Delphi 2010http://stackoverflow.com/questions/1852290/error-message-incorrect-values-within-sqlda-structure-with-firebird-and-delphiComment by Hugues Van Landeghem on Error message "Incorrect values within SQLDA structure" with Firebird and Delphi 2009Hugues Van Landeghem2009-12-05T14:44:18Z2009-12-05T14:44:18Zwhich driver you use ?http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1844540#1844540Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ?Hugues Van Landeghem2009-12-04T12:27:15Z2009-12-04T12:27:15ZI will install demo of 2010 version and hope it will work. http://stackoverflow.com/questions/1834972/best-way-to-learn-mysqlComment by Hugues Van Landeghem on Best way to learn MySql Hugues Van Landeghem2009-12-03T19:19:49Z2009-12-03T19:19:49ZI think the best way is starting to learn SQL and I don't think that MySQL is the better way for this.http://stackoverflow.com/questions/1778524/delphi-2010-and-mysql/1786549#1786549Comment by Hugues Van Landeghem on Delphi 2010 and MySQLHugues Van Landeghem2009-11-27T22:17:33Z2009-11-27T22:17:33ZI would vote for dbexpress. I will be more easy to switch to another database.