2

Zeos Lib still doesn't work for Delphi XE2. Anybody knows a free component set to deal with MySQL as good as Zeos/Interbase components?

mjn
  • 36,362
  • 28
  • 176
  • 378
NaN
  • 8,596
  • 20
  • 79
  • 153
  • the components that comes with delphi-xe2 are not on my plans. – NaN Aug 27 '12 at 23:09
  • 1
    Asking "what is the best" is subjective (asking for opinion), and is not proper here. Please edit your question title to word it differently. Thanks. – Ken White Aug 28 '12 at 01:25
  • 1
    What is the problem with ADO or dbexpress? – RRUZ Aug 28 '12 at 03:09
  • They did not came configured. I can't open the remote connection with them. – NaN Aug 28 '12 at 03:53
  • 1
    All the database components need to be configured. – RRUZ Aug 28 '12 at 04:33
  • 3
    here is a video on how to set up a a dbexpress connection http://www.dailymotion.com/video/xd0dot_dbexpress-database-access-component_webcam – Cristian Vasuica Aug 28 '12 at 13:02
  • @CristianVasuica, I am not that stupid! I have configured all the `TSQLConnection` but I get a "Access Violation" in module `dbxmys30.dll` and that is the point of the question. I just could not get the right libraries... – NaN Sep 21 '12 at 19:28
  • Finally ZeosLib came compatible with XE3. Nevermind about XE2! – NaN Mar 27 '13 at 03:27

2 Answers2

2

You can use free FireDAC if use RADStudio.
FireDAC enables native high-speed direct access from Delphi and C++Builder to InterBase, SQLite, MySQL, SQL Server, Oracle, PostgreSQL, DB2, SQL Anywhere, Advantage DB, Firebird, Access, Informix, DataSnap and more.

MohsenB
  • 1,669
  • 18
  • 29
1

This year 2013 Zeos Database Library is now compatible with XE2 and XE3. I recomend it.

NaN
  • 8,596
  • 20
  • 79
  • 153