|
MicroOLAP Technologies announced MySQLDAC 1.0.1
4/20/01 12:01:51 PM by MicroOLAP Technologies
MicroOLAP Technologies company has announce today the release of MySQL Direct Access Components (MySQLDAC), a library of native VCL components for direct access to MySQL database server.
MySQL Direct Access Components provides high performance direct access to MySQL server. The main advantage of MySQLDAC is that it doesn't require BDE/ODBC on the client side. Using this feature you are able to build really thin client and easy distributable applications. MySQLDAC allows you to simplify distribution, administration and support of your applications and reduces system requirements.
MySQLDAC supports development of client applications with Borland Delphi Professional and Enterprise Editions.
MySQLDAC is an easier, more flexible, powerful and fast way of development database applications with MySQL and Delphi. It supports all MySQL specific features (Show, Transaction, Ping, Kill Process, Check and Repair Table and more) and simplifies developing of client/server applications.
There are flexible and easy automatic Insert, Update, Delete and Refresh, support of BLOB fields, speeding up fetch record from database and more features.
MySQLDAC supports MySQL 3.23.xx stable versions for all existing platforms.
Now MicroOLAP Technologies distributes MySQLDAC packages for Delphi 4 and 5.
MySQLDAC 1.0.1 Single User License costs $49.95(US), Single User License With Sources - $79.95(US).
Trial version is available for free download.
For more information, contact MicroOLAP Technologies,
Web: http://www.microolap.com,
Email: mysqldac@microolap.com
Related Discussions - USING DELPHI OUTPUT FOR DYNAMIC WEBPAGES (2001-03-15 12:44:21)You can use Delphi with ASP.
You can do CGI/ISAPI with Delphi.
You can use PHP with Delphi.
I don't know if it is the answer you were looking...
- WRITE DWORD TO REGISTRY (2001-05-22 01:24:32)This is easilly done with swithing WriteString with WriteInteger.
WriteString = REG_SZ
WriteInteger = REG_DWORD
!!! WriteBinaryData =...
- HOW TO CHECK IF A REGISTRY KEY EXISTS (2001-05-28 08:26:18)Sorry, ignore the variable declaration. That's what comes of using the keyboard before engaging the brain. ;-)
- CAN I USE D5 FOR MAKING PALM PROGRAMS? (2001-06-21 08:43:02)Not with palm but you can use HP Jornada with Visual Studio.
- PALM & WINCE (2001-07-28 08:58:48)Thanx to both of U.
I accepted b-w-d's answer since his link allows me to download a tryable demo. I'll try it and tell U what I think about if...
- HELP ON LOOP PROCESS (2001-09-20 08:35:43)If I understand well, you wanna set the Announced field to 'YES' when the corresponding Status field equals to 'ON'. Am I right ?
If yes, try to...
- HERE'S AN ODD ONE... (2001-11-17 13:21:03)I actually figured it out.. I had to take it out of the text dialog box while no projects loaded, hit OK, close delphi and start it up again....
- HOW CAN I MAKE MY SOFTWARE SECURE ? (2001-11-27 07:12:29)Thanks.
I'm sure to check those suggestion and software you show me.
- SQL SERVER/BDE (2001-12-04 23:45:29)If you have Delphi5 Enterprise or higher, just use ADO components (ADOExpress), wich don't use BDE, but OLE.DB technology, which is native access...
- IS THERE ANY DBGRID OR GRID COMPONENT ? (2001-12-12 04:33:05)Hello!
Try one of these:
QuantumGrid by DevExpress -http://www.devexpress.com/index.shtm
TAdvString Grid -
http://www.tmssoftware.com/...
|