Hi Marselle If you are just retrieving data that you are going to quickly parse through, you can use a BDPDataReader; if you need to do any actual work, you can return a Dataset or just the Datatable.
Let me know what you are trying to do and I will try my best to help you out. Richard On Thu, 17 Mar 2005 15:34:19 -0800 (PST), Marselle Caston <[EMAIL PROTECTED]> wrote: > Is there anyone out there in the Delphi world who > truly knows how to do delphi.net. I am so use to doing > delphi 7 and using ado to access data in a database.. > could someone please send me some sample code on how I > would access data in delphi 8 or Delphi 2005, I am not > familiar with the array base of how to access data in > Delphi.net. > Also can you create ado type components in .net..? > > I would appreciate it very much. > Thanks > > MC > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ > > > > ----------------------------------------------------- > Home page: http://groups.yahoo.com/group/delphi-en/ > To unsubscribe: [EMAIL PROTECTED] > > > > Yahoo! Groups Sponsor > > ADVERTISEMENT > > > ________________________________ > Yahoo! Groups Links > > > To visit your group on the web, go to: > http://groups.yahoo.com/group/delphi-en/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

