AddConnect to MySql server from Delphi



Learn how to connect to MySql server from Delphi using dbexpress. This example will show you how to connect to MySql server, retrieve server info and display records. All that, just by using what you allready have in Delphi. Alsho shows how to change dbexpress params runtime.

  • Category:
    Database Controls
  • Author:
    (More by this author)
  • Info:
    Shareware
  • Date added:
    29 January, 2006 07:12
  • Views:
    2963
  • Downloads:
    215
  • Price:
    10.00 USD
Related Downloads
Direct Mysql Objects 1.1 - 25 March, 2002 - Cristian Nicola

First (and only) set of objects to directly connect to MySql server without any aditional dlls. There is a patch for Zeos Database Objects for people which needs a TDataset descendant. The main advantages are: - huge speed fetching is over...

MySQL Server Manager  - 04 August, 2001 - Edward Smirnov

MySQL Server Manager allows you manage MySQL services on Windows 95/98/NT/2000. You can: Start/stop/install MySQL Server (NT/2000 service); Select MySQL executable for running; Auto-restart MySQL Server if it was down; Set time interval...

EMS SQL Manager 2005 for MySQL  - 17 January, 2002 - Egor Abramov

EMS SQL Manager Lite for MySQL is an excellent freeware graphical tool for MySQL Server administration. MySQL Manager works with any MySQL versions from 3.23 to 5 and supports all of the latest MySQL features including views, stored procedures and...

EMS SQL Manager 2005 Lite for MySQL  - 29 January, 2002 - Egor Abramov

EMS SQL Manager Lite for MySQL is an excellent freeware graphical tool for MySQL Server administration. MySQL Manager works with any MySQL versions from 3.23 to 5 and supports all of the latest MySQL features including views, stored procedures and...

EMS SQL Query 2005 for MySQL  - 26 October, 2004 - Egor Abramov

EMS SQL Query for MySQL is an utility that lets you quickly and simply build SQL queries to MySQL databases. Visual building as well as direct editing of a query text is available. User-friendly graphical interface allows you to connect to...

Related Information
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
Related News
Ann: dbExpress driver for MySQL 1.50 released! - 17 October, 2003
Core Lab company has announced today the release of new 1.50 version of dbExpress driver for MySQL server. Driver implements the common dbExpress...
ANN: EMS MySQL Utils 1.1 released! - 28 November, 2002
EMS HiTech Company is announcing the next version (1.1) of MySQL Utils -- Powerful Windows/Linix Data Management Utilities for MySQL Server.
...
MicroOLAP Technologies announced MySQLDAC 1.0.1 - 20 April, 2001
4/20/01 12:01:51 PM by MicroOLAP Technologies

MicroOLAP Technologies company has announce today the release of MySQL Direct Access...
ANN: EMS MySQL Manager: NEW tool for MySQL administration... - 06 September, 2001
EMS HiTech company is announcing the NEW software MySQL Manager --
A Powerful MySQL Administration and Development Tool!

ANN: EMS MySQL Query and MySQL Extract released - 08 April, 2003
We announce the new software: MySQL Query - a powerful tool for visual query building and executing and MySQL Extract - small but useful utility...
Categories

Latest Forum Entries