I want to delete a row in the base according from the data in the column.... when i use this code DELETE FROM Table WHERE Column1=1 AND Column2=1it works ok, it deletes only one row.... but when i use DELETE FROM Table WHERE Column1 LIKE '%" + Edit->Text + "%' AND Column2 LIKE '%" + Edit1->Text...
i will be grateful if somebody trnaslate me this code that is wroten in Delphi.if you can write me in c++.thank you
function GetParentDirectory(path : string) : string;
begin
result := ExpandFileName(path + '\..')
end;
function AddFilter(path,filter: string): string;
begin
if...
Can somebody "translate" me this code? The code is used to check whether the user uses internet while he is using the aplication.
procedure TForm1.Button1Click(Sender: TObject) ;
function FuncAvail(_dllname, _funcname: string;
var _p: pointer): boolean;
{return True...
How to write the value of DateTimePicker in database, and after that value to read from the database. Using ADOQuery and C++ Builder 2009.
picture:
I apologize to grammatical errors.
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.