Re: ADOQuery or ADOTable?
- From: "Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx>
- Date: 23 Sep 2005 01:14:36 -0700
Larry Killen wrote:
>
> As per Delphi Help. a TADOQuery must be used for DML.
> TADODataSet is not capable of issuing Data Manipulation Language
> (DML) SQL statements that do not return result sets (like DELETE,
> INSERT, and UPDATE). For this use a component like TADOCommand or
> TADOQuery. Larry Killen
>
ummm, true. I forgot that one :) Well, personally i always use a
combination of TADODataset + TADOCommand and not TADOQuery, but that
could be seen as personal POV. Either case, TADOTable should be avoided
--
Best regards :)
Guillem Vicens
Dep. Informática Green Service S.A.
www.clubgreenoasis.com
--
in order to contact me remove the -nospam
.
- References:
- ADOQuery or ADOTable?
- From: Benny
- Re: ADOQuery or ADOTable?
- From: Guillem
- Re: ADOQuery or ADOTable?
- From: Larry Killen
- ADOQuery or ADOTable?
- Prev by Date: Re: Kind of a newb question
- Next by Date: Re: Kind of a newb question
- Previous by thread: Re: Re: ADOQuery or ADOTable?
- Next by thread: Re: refresh ado query
- Index(es):
Relevant Pages
|