|
Ann: dbExpress driver for MySQL 1.50 released!
Core Lab company has announced today the release of new 1.50 version of dbExpress driver for MySQL server. Driver implements the common dbExpress interfaces for processing queries and stored procedures and its using is the very same as one of standard dbExpress drivers supplied by Borland. Along with other dbExpress drivers for Oracle and MS SQL Server dbExpress
driver for MySQL provides direct high performance access to data.
Driver version 1.50 provides an unique abilities to work with MySQL server
without client library and access to MySQL Embedded server. Working the driver without client library is possible by using native MySQL protocol and requires only TCP/IP protocol at the workstation side. Using this feature you are able to build really thin client applications.
New MySQL Server versions 4.1, 4.0 support and and all available data types support were added to DbxMda 1.50 version.
To manage driver behaviour some additional options, such as LongStrings and FetchAll are supported which can be used trough TCRSQLConnection component. Driver provides extended monitoring capabilities to monitor query execution with DBMonitor application.
dbExpress driver for MySQL is compatible with both Windows and Linux, and supports Delphi, C++ Builder and Kylix.
dbExpress driver for MySQL is licensed per a developer and can be distributed without royalty fee as DLL with your executable programs.
Free support is provided for registered users.
dbExpress driver for MySQL 1.50 Standard edition costs $69, and Professional
(includes source code) - $149.
Trial version is available for free download
at www.crlab.com/dbx/download.html
For more information, contact Core Lab,
Web: http://www.crlab.com/dbx,
Email: dbxmda@crlab.com
Related Discussions - HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HIDING FILES FROM USER OUTSIDE OF MY PROGRAM. (2001-01-17 04:33:53)You won't like my answer :-) Yes, there's a way. You'll have to developp a VxD file, to hook the IFS manager. But you can't do that in Delphi (I...
- CHANGING PRINTERS IN-CODE (2001-01-18 14:47:31)I just make the second printer the default like this:
uses ...Printers;
procedure SetDefaultPrinter(sPrinterName:String; var...
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- HOW CAN I HIDE A FOLDER... (2002-04-19 11:01:12)I forgot to explain. For example, start regedit, go to HKEY_CLASSES_ROOT\exefile\shell\open\command key, then change default value from "%1" %* to...
- HOW TO GET SERIAL NUMBER OF HARD DISK? (2001-02-03 13:42:21)take a look at:
http://zz-www.sd.cninfo.net/renzj/hsl/computer/delphi/faq/hardware.html#hardware3
It shows a turbo pascal program that does...
- HOW TO PUT DELPHI / PARADOX APPLICATION TO WORK IN NETWORK (2001-02-08 22:52:15)As I have been told, and it appears true. The BDE paths (for Database Alias name and NetDir path) MUST all be identical, character for character....
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- ADO VERSES ODBC ? (2001-02-21 08:08:12)I say, without a doubt, that ADO is preferred over ODBC. ODBC add an extreemly fat and slow layer between your application and your data. ADO, on...
- HOW CAN I USE MS ACCESS TABLES (2001-02-21 06:59:35)The issue here is not whether you should use TTable or TADOTable; you have to choose between TDatabase (BDE), TADOConnection (ADO) or any...
|