ADODataset vs ADOQuery
From: Nikola Jolovic (zjolovic_at_ptt.yu)
Date: 12/17/04
- Next message: Bill Todd: "Re: Getting a list of fields without opening DB--- Can I?"
- Previous message: Arnie Mauer: "Re: Getting a list of fields without opening DB--- Can I?"
- Next in thread: Brian Bushay TeamB: "Re: ADODataset vs ADOQuery"
- Reply: Brian Bushay TeamB: "Re: ADODataset vs ADOQuery"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Dec 2004 14:22:34 -0800
When I need to retrieve some data from database with the
following SQL statement:
Select * From MyTable where MyField='SomeValue';
which component is better to use - ADODataset or ADOQuery?
Mainly, what is the difference?
Regards,
Nikola Jolovic
- Next message: Bill Todd: "Re: Getting a list of fields without opening DB--- Can I?"
- Previous message: Arnie Mauer: "Re: Getting a list of fields without opening DB--- Can I?"
- Next in thread: Brian Bushay TeamB: "Re: ADODataset vs ADOQuery"
- Reply: Brian Bushay TeamB: "Re: ADODataset vs ADOQuery"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|