Hy:)
I need some help with my insert into sql command:
I want to insert into a database(Access) some values taken from some textboxes.
My code is the folowing:
procedure Tfrm_AdaugareClienti.Button1Click(Sender: TObject);
var s:string;
begin
s:='Insert into Clienti values('+ Edit1.Text +...
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.