Re: [ADVANCED-DOTNET] Data Access API

2002-06-14 Thread Rune Christensen 8397
If your browser is IE you can open it there and execute "Save As..." Regards, Rune Christensen -Original Message- From: Syed.Alam [mailto:[EMAIL PROTECTED]] Sent: 13. juni 2002 19:37 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Data Access API Can anyone tell

Re: [ADVANCED-DOTNET] Data Access API

2002-06-14 Thread Kevin Hector
easy - use google :) msdn.microsoft.com/library/en-us/dndotnet/html/dotnetperftips.asp >Can anyone tell me how to convert > >ms-help://MS.MSDNQTR.2002APR.1033/dndotnet/html/dotnetperftips.htm > >to http://? > >Thanks _ Chat with

Re: [ADVANCED-DOTNET] Data Access API

2002-06-12 Thread Thomas
12 June 2002 12:10 AM >To: [EMAIL PROTECTED] >Subject: [ADVANCED-DOTNET] Data Access API > > >A number of people I have run into, and to some extend even I myself, have >been confused about the use of ADO.NET datasets versus the concept of >building your own Domain Object Model an

[ADVANCED-DOTNET] Data Access API

2002-06-11 Thread Thomas
A number of people I have run into, and to some extend even I myself, have been confused about the use of ADO.NET datasets versus the concept of building your own Domain Object Model and using datareaders and commands to manage the db access portion of a system. I am wondering what experience the