Caves Travel Diving Graphics Mizar Texts Cuisine Lemkov Contact Map RSS Polski
Trybiks' Dive Texts DBExpress YAC Software
  Back

List

Charsets

Charts

DBExpress

Delphi

HTML

Intraweb

MSTest

PHP

Programming

R

Rhino Mocks

Software

Testing

UI Testing

VB.NET

VCL

WPF

DBExpress
  • Unknown driver: MySQL
    Getting an "Unknown driver: MySQL" message in your Delphi application?
    Just add DBXMySql to the uses clause!

  • Memory Leaks and Connection Explosions in DBExpress
    Delphi 2009 fixes both problems when accessing MySQL via DBExpress. However, if you're still on Delphi 2007 and are experiencing one of these problems, you may want to try the fix in D2007 that was added to DBExpress in D2009.

  • last_insert_id() and DBExpress
    MySQL's last_insert_id() function gets the last automatically generated value for a given table. That's pretty helpful, for instance, when you're inserting records and want to retrieve their newly generated IDs. I spent some time on solving this in Delphi's DBExpress framework, and this text documents the issue.

  • DBExpress and Thread Safety
    Description of the problem and the workaround of intermittent Access Violation errors on WideStrings.TWideStrings.GetValue and System.TObject.Free when using DBExpress components for communication with MySQL databases (under heavy load).

  • Checking Dangling Pointers vs. the New Memory Manager
    Description of the problem and the solution of intermittent Access Violation errors when using DBExpress components for communication with MySQL databases.
Top