User Hugues Van Landeghem - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T18:59:38Z http://stackoverflow.com/feeds/user/87736 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1929846/what-is-currently-the-best-build-system/1929877#1929877 0 Answer by Hugues Van Landeghem for What is currently the best build system. Hugues Van Landeghem 2009-12-18T18:18:18Z 2009-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#1922034 0 Answer by Hugues Van Landeghem for DreamEdit component converted to Delphi 2010 Hugues Van Landeghem 2009-12-17T14:09:02Z 2009-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#738925 0 Answer by Hugues Van Landeghem for Single database tool to access different database types? Hugues Van Landeghem 2009-04-10T21:27:10Z 2009-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#1916904 0 Answer by Hugues Van Landeghem for Incorrect error messages in FB2.1 Hugues Van Landeghem 2009-12-16T19:05:45Z 2009-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#1910768 0 Answer by Hugues Van Landeghem for Simple wrapper function for WinInet post (in Delphi) Hugues Van Landeghem 2009-12-15T22:10:17Z 2009-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#1903960 0 Answer by Hugues Van Landeghem for Storing Images in DB - Networked Desktop Applications Hugues Van Landeghem 2009-12-14T22:28:45Z 2009-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#1884192 0 Answer by Hugues Van Landeghem for Is there a free tool to convert mysql dump to postgres Hugues Van Landeghem 2009-12-10T21:33:17Z 2009-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-delphi 0 Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-03T19:47:48Z 2009-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>&lt;?xml version="1.0" encoding="UTF-8" ?&gt; - &lt;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"&gt; &lt;xs:import namespace="http://www.gtest.fr/Apps/InfoFile" schemaLocation="InfoFile.xsd" /&gt; &lt;xs:import namespace="http://www.gtest.fr/Apps/CommandAnswer" schemaLocation="CommandAnswer.xsd" /&gt; - &lt;xs:element name="ServerAnswer"&gt; - &lt;xs:annotation&gt; &lt;xs:documentation&gt;Reponse serveur socket&lt;/xs:documentation&gt; &lt;/xs:annotation&gt; - &lt;xs:complexType&gt; - &lt;xs:sequence&gt; &lt;xs:element name="InfoFile" type="if:InfoFileType" /&gt; &lt;xs:element name="Command" type="ca:CommandAnswerType" /&gt; &lt;/xs:sequence&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; &lt;/xs:schema&gt; </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#1856466 3 Answer by Hugues Van Landeghem for Simple multi-user database solution Hugues Van Landeghem 2009-12-06T20:13:49Z 2009-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#1842200 0 Answer by Hugues Van Landeghem for Database on file server (Windows) Hugues Van Landeghem 2009-12-03T19:11:09Z 2009-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#1825885 2 Answer by Hugues Van Landeghem for Delphi 6 stack trace Hugues Van Landeghem 2009-12-01T12:25:13Z 2009-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#1810755 0 Answer by Hugues Van Landeghem for Good Databases with sample data Hugues Van Landeghem 2009-11-27T21:57:42Z 2009-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-schema 0 How to create SimpleType enumeration with xmlspy in schema ? Hugues Van Landeghem 2009-11-26T14:25:26Z 2009-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#1799286 2 Answer by Hugues Van Landeghem for Freeware ZIP component for Delphi 2010? Hugues Van Landeghem 2009-11-25T19:11:54Z 2009-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#1792942 1 Answer by Hugues Van Landeghem for Where can I find an excellent database search engine script? Hugues Van Landeghem 2009-11-24T21:11:33Z 2009-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&amp;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#1786373 0 Answer by Hugues Van Landeghem for Is there any way to let MySQL server 'push' DB updates to a client program? Hugues Van Landeghem 2009-11-23T22:05:47Z 2009-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#1767431 0 Answer by Hugues Van Landeghem for Fast report amount of copies Hugues Van Landeghem 2009-11-19T23:48:44Z 2009-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#1767404 2 Answer by Hugues Van Landeghem for Print FastReport directly Hugues Van Landeghem 2009-11-19T23:42:46Z 2009-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-clause 1 Parameters in query with in clause ? Hugues Van Landeghem 2009-11-17T08:56:05Z 2009-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#1744341 0 Answer by Hugues Van Landeghem for Are there object-oriented databases with fulltext search out of the box? Hugues Van Landeghem 2009-11-16T19:33:23Z 2009-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#1744401 0 Answer by Hugues Van Landeghem for C# Large Data backup strategy to free database Hugues Van Landeghem 2009-11-16T19:43:05Z 2009-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#1615849 4 Answer by Hugues Van Landeghem for Moving away from MS SQL Server to open source RDBMS Hugues Van Landeghem 2009-10-23T20:57:13Z 2009-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#1702651 0 Answer by Hugues Van Landeghem for Firebird, which driver? Hugues Van Landeghem 2009-11-09T17:53:03Z 2009-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#1702612 2 Answer by Hugues Van Landeghem for Porting an IBXpress Interbase 6 app to the current Firebird platform, on Delphi 7? Hugues Van Landeghem 2009-11-09T17:45:54Z 2009-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#1697052 0 Answer by Hugues Van Landeghem for What Is The Best Practice For Building A Multilingual Application Using Delphi 2010? Hugues Van Landeghem 2009-11-08T16:27:39Z 2009-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#1690766 0 Answer by Hugues Van Landeghem for Reading proxy details in a vcl.net application using Rad Studio 2007 Hugues Van Landeghem 2009-11-06T21:57:13Z 2009-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])) &gt; 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') &lt;&gt; 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#1688095 1 Answer by Hugues Van Landeghem for Free Tool for Validating 2 Databases Hugues Van Landeghem 2009-11-06T14:53:03Z 2009-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#1670223 3 Answer by Hugues Van Landeghem for Has open source ever created a single file database that auto handles transactions? Hugues Van Landeghem 2009-11-03T21:25:13Z 2009-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&amp;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#1657397 21 Answer by Hugues Van Landeghem for Choosing between WPF, wxWidgets, Win32 API and MFC Hugues Van Landeghem 2009-11-01T15:16:18Z 2009-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#1654319 0 Answer by Hugues Van Landeghem for How develop a financial software in Qt? Hugues Van Landeghem 2009-10-31T12:59:07Z 2009-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&amp;submit=" rel="nofollow">Firebird and QT</a></p> http://stackoverflow.com/questions/1926731/firebird-architecture/1927269#1927269 Comment by Hugues Van Landeghem on Firebird architecture Hugues Van Landeghem 2009-12-18T17:39:47Z 2009-12-18T17:39:47Z in 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/&hellip;</a> http://stackoverflow.com/questions/1924335/ansi-sql-query-to-force-return-0-records Comment by Hugues Van Landeghem on ANSI Sql query to force return 0 records Hugues Van Landeghem 2009-12-17T21:50:22Z 2009-12-17T21:50:22Z for 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-records Comment by Hugues Van Landeghem on ANSI Sql query to force return 0 records Hugues Van Landeghem 2009-12-17T20:31:14Z 2009-12-17T20:31:14Z For what you need this ? http://stackoverflow.com/questions/1881207/program-cannot-reconnect-to-firebird-after-abnormal-termination Comment by Hugues Van Landeghem on Program cannot reconnect to Firebird after abnormal termination Hugues Van Landeghem 2009-12-10T17:35:41Z 2009-12-10T17:35:41Z Which component you use for accessing firebird ? http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1844540#1844540 Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-07T20:16:47Z 2009-12-07T20:16:47Z @Francois : this is done now http://stackoverflow.com/questions/1856313/simple-multi-user-database-solution/1856466#1856466 Comment by Hugues Van Landeghem on Simple multi-user database solution Hugues Van Landeghem 2009-12-07T19:50:28Z 2009-12-07T19:50:28Z I 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#1856674 Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-06T22:31:10Z 2009-12-06T22:31:10Z This 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#1856674 Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-06T22:27:53Z 2009-12-06T22:27:53Z Sorry for the minus space : it's copy and paste from firefox :( http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-06T21:02:58Z 2009-12-06T21:02:58Z @mjustin : all my schemas are in the same directory http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1844540#1844540 Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-06T12:22:51Z 2009-12-06T12:22:51Z Installed and it is the same :( http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-06T12:21:53Z 2009-12-06T12:21:53Z It make the same with Delphi 2010 http://stackoverflow.com/questions/1852290/error-message-incorrect-values-within-sqlda-structure-with-firebird-and-delphi Comment by Hugues Van Landeghem on Error message "Incorrect values within SQLDA structure" with Firebird and Delphi 2009 Hugues Van Landeghem 2009-12-05T14:44:18Z 2009-12-05T14:44:18Z which driver you use ? http://stackoverflow.com/questions/1842420/importing-schema-with-xmlmapper-in-delphi/1844540#1844540 Comment by Hugues Van Landeghem on Importing schema with XMLmapper in Delphi ? Hugues Van Landeghem 2009-12-04T12:27:15Z 2009-12-04T12:27:15Z I will install demo of 2010 version and hope it will work. http://stackoverflow.com/questions/1834972/best-way-to-learn-mysql Comment by Hugues Van Landeghem on Best way to learn MySql Hugues Van Landeghem 2009-12-03T19:19:49Z 2009-12-03T19:19:49Z I 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#1786549 Comment by Hugues Van Landeghem on Delphi 2010 and MySQL Hugues Van Landeghem 2009-11-27T22:17:33Z 2009-11-27T22:17:33Z I would vote for dbexpress. I will be more easy to switch to another database.