Delphi and Kylix

Moderators: pritaeas
Number of threads: 7264
Number of posts: 19073

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Update Posted by delhiris on 9 Jan 2009 at 3:26 PM
is this ok?
procedure TForm2.Button1Click(Sender: TObject);
begin
Query1.Open;
Query1.SQL.Clear;
// form1.Visible:=false;
//form2.Visible:=true;
Query1.SQL.Add('UPDATE "C:\Program Files\Common Files\Borland Shared\Database Desktop\WorkDir\example.db" SET "example".name:=p ');
Query1.Open;
Query1.SQL.Clear;
Form2.Query1.SQL.Add('Select * from "C:\Program Files\Common Files\Borland Shared\Database Desktop\WorkDir\example.db"');
end;

i like to update the name in the table.name is type A



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.