Hello Richard how are you.. I am trying to do a query of a table on a SQL Server Database and return the recordset so that I can loop thru the results. I am going to do some actual work so I guess I would need to know how to return an actual Dataset.. where can I find out this type of information on the net.. or is this something that I have to actually experiment with. I would also need to leard how to return Data thru a dataReader just incase my users want to view data in a webreport.
Thanks --- Richard ONeil <[EMAIL PROTECTED]> wrote: > 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. > __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail ----------------------------------------------------- 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/

