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...
Hi,
I have a very simple code that works ok, but the ApplyUpdates don't have effect. This is the code:
procedure TFormPhonesFormat.ButtonBeginClick(Sender: TObject);
var
Phone: String;
FieldName: String;
begin
FieldName := 'Phone';
Table1.First;
while not Table1.Eof do
begin
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.