Re: How do I work with Recordset in ExecuteComplete event?
- From: "Vitali Kalinin" <vitkalinin@xxxxxxxxx>
- Date: Tue, 13 May 2008 13:21:26 +0300
"Andy Stephenson" <info2004@xxxxxxxxxxxxx> ???????/???????? ? ????????
?????????: news:48295ad8$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi,TADODataSet has read/write property RecordSet, so you can create
I want to use Recordset external to the ExecuteComplete event.
I created my own recordset and assigned in the event as MyRecortdset :=
Recordset.
It seems to be OK, but it could just be luck. However, it does not have
methods like FieldByName, and I can't seem to determine field types etc.
It just seems to limited.
TADODataSet assign its recordset and use TDataSet methods.
So I thought that I would use a table and clone the recordset, but i can't
do that either.
Probably my limitations are getting in the way here, so if anyone knows of
some good reference material on this subject, please let me know.
MSDN.
Regards,
Andy
.
- Follow-Ups:
- Re: How do I work with Recordset in ExecuteComplete event?
- From: Andy Stephenson
- Re: How do I work with Recordset in ExecuteComplete event?
- References:
- How do I work with Recordset in ExecuteComplete event?
- From: Andy Stephenson
- How do I work with Recordset in ExecuteComplete event?
- Prev by Date: How do I work with Recordset in ExecuteComplete event?
- Next by Date: Re: How do I work with Recordset in ExecuteComplete event?
- Previous by thread: How do I work with Recordset in ExecuteComplete event?
- Next by thread: Re: How do I work with Recordset in ExecuteComplete event?
- Index(es):
Relevant Pages
|