Hi,
I'm using Delphi 2005 and MySQL 4.1. I can not modify a date field:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, StdCtrls, Mask, DBCtrls;
type
TForm1 = class(TForm)
Database1: TDatabase...