ADOQuery Command Text does not return a result set
- From: "Leposava Knez" <leposava.knez@xxxxxxx>
- Date: Fri, 23 May 2008 14:20:35 +0200
Hi
I have this code
ADOQ2.Active:=False;
ADOQ2.Close;
ADOQ2.SQL.Clear;
sqlFill := '';
sqlFill := ('UPDATE Izpisi ');
sqlFill := sqlFill+(' Set DATA =
'''+AdoTable1.FieldByName('data').AsString+'''' );
sqlFill := sqlFill+('WHERE IZPISTIP = 1');
ADOQ2.SQL.Add(sqlFill);
ADOQ2.ExecSQL;
ADOQ2.Active:=True;
and I get this error message: Command Text does not return a result set
what is the problem?
.
- Follow-Ups:
- Re: ADOQuery Command Text does not return a result set
- From: Vitali Kalinin
- Re: ADOQuery Command Text does not return a result set
- From: Bob Swart
- Re: ADOQuery Command Text does not return a result set
- Prev by Date: Re: How to implement nested transaction
- Next by Date: Re: ADOQuery Command Text does not return a result set
- Previous by thread: How to implement nested transaction
- Next by thread: Re: ADOQuery Command Text does not return a result set
- Index(es):
Relevant Pages
|
|