Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aaanadie
  • Content: Threads
  • Order by date
  1. aaanadie

    date error with MySQL in Delphi

    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...
  2. aaanadie

    I can't update a table

    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...

Part and Inventory Search

Back
Top