Current time: 05-23-2012, 01:40 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ado Net Seminar
12-12-2010, 11:08 PM
Post: #1

Ado Net Seminar
ADO.Net -
ADO.net architecture
Connected and Disconnected
Programming steps for connected and disconnected architecture
Concepts on Classes used while using either of the architecture
Difference between Datareader and Dataset.
When to use which one.


Programming steps for connected architecture
Establish connection.
Write a query using command statement and pass connection object to it.
Execute the query.
Use the datareader object if there is a return type.
Close the connection.
Close the datareader.


Programming steps for Disconnected architecture
Create a connection object.
Create a adapter object by passing query string and connection object.
Create Dataset object.
If it has return type, fill the required values into dataset object and use it.
For updation/deletion/insertion, use predefined property of adapter class
and assaign it the query string.
6. Update the adapter object and pass dataset object and table you are updating


Attached File(s)
.ppt  Ado Net.ppt (Size: 1.79 MB / Downloads: 14)
Find all posts by this user
Quote this message in a reply
Post Reply 


[-]
Share/Bookmark (Show All)
Facebook Linkedin Technorati Twitter Digg MySpace Delicious

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Windows SharePoint Services 3 Seminar born_for seminars 0 171 12-12-2010 11:13 PM
Last Post: born_for seminars
  Visual Studio 2010 Seminar born_for seminars 0 227 12-12-2010 11:09 PM
Last Post: born_for seminars
  VB.Net Seminar born_for seminars 0 437 12-12-2010 11:05 PM
Last Post: born_for seminars
  VB XML Seminar born_for seminars 0 237 12-12-2010 11:04 PM
Last Post: born_for seminars
  VB Windows Services Seminar born_for seminars 0 204 12-12-2010 11:04 PM
Last Post: born_for seminars
  VB technologies Seminar born_for seminars 0 173 12-12-2010 11:03 PM
Last Post: born_for seminars
  VB Remoting Seminar born_for seminars 0 232 12-12-2010 11:03 PM
Last Post: born_for seminars
  VB Package And Deployment Seminar born_for seminars 0 351 12-12-2010 11:03 PM
Last Post: born_for seminars
  VB Navigations using Disconnected Model Seminar born_for seminars 0 289 12-12-2010 11:02 PM
Last Post: born_for seminars
  VB Multi Threading Seminar born_for seminars 0 345 12-12-2010 11:02 PM
Last Post: born_for seminars

Forum Jump:


User(s) browsing this thread: 1 Guest(s)