|
List Info
Thread: C-Sharp (C#) Group: Re: Database Processing
|
|
| C-Sharp (C#) Group: Re: Database
Processing |

|
2006-09-01 14:37:05 |
|
Normally I would send you off to CodeProject but in this case MSDN has
the best coverage http://msdn2.microsoft.com/en-us/library/ms233701.aspx
One thing to beware of with DataSet's etc is the fact they are really
rather large objects and the development time cut through their use
generally means you will be decreasing the performance of your
application. I try to avoid them as much as possible and use
lightweight objects such as DataReader's (or even better use SqlXml /
XSLT for your data & presentation layers) instead.
Liam
On 9/1/06, Jeremy Schreckhise <gmail.com">jeremy.csharp gmail.com> wrote:
I am new to this ADO.Net stuff (coming from VB 6 record sets,
and PHP ODBC manipulation). I have successful read data from multiple DBMSs
with both the dataset and datareader methods. Can anyone point me to a good
tutorial on inserting, updating, and deleting data using datasets? Any help
would be appreciated.
Jeremy Schreckhise, M.B.A.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "C-Sharp (C#)" group. To post to this group, send email to C_Sharp googlegroups.com To unsubscribe from this group, send email to C_Sharp-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/C_Sharp -~----------~----~----~----~------~----~------~--~---
|
| C-Sharp (C#) Group: Re: Database
Processing |

|
2006-09-01 14:44:37 |
|
Thanks,
Jeremy
From:
C_Sharp googlegroups.com [mailto:C_Sharp googlegroups.com] On Behalf Of Liam Leane
Sent: Friday, September 01, 2006
9:37 AM
To: C_Sharp googlegroups.com
Subject: C-Sharp (C#) Group: Re:
Database Processing
Normally I would send you
off to CodeProject but in this case MSDN has the best coverage http://msdn2.microsoft.com/en-us/library/ms233701.aspx
One thing to beware of with DataSet's etc is the fact they are really rather
large objects and the development time cut through their use generally means
you will be decreasing the performance of your application. I try to avoid them
as much as possible and use lightweight objects such as DataReader's (or even
better use SqlXml / XSLT for your data & presentation layers) instead.
Liam
On 9/1/06, Jeremy
Schreckhise <gmail.com">jeremy.csharp gmail.com>
wrote:
I
am new to this ADO.Net stuff (coming from VB 6 record sets, and PHP ODBC
manipulation). I have successful read data from multiple DBMSs with both
the dataset and datareader methods. Can anyone point me to a good
tutorial on inserting, updating, and deleting data using datasets? Any
help would be appreciated.
Jeremy
Schreckhise, M.B.A.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "C-Sharp (C#)" group. To post to this group, send email to C_Sharp googlegroups.com To unsubscribe from this group, send email to C_Sharp-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/C_Sharp -~----------~----~----~----~------~----~------~--~---
|
[1-2]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|