borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (how to handle over flow error in vb.net)Next Topic (File Name) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : how cross table insert or update can be done by ado.net ?
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how cross table insert or update can be done by ado.net ?

say suppose i want to insert or update many records into file table. how this kind of job can be done by ado.net easily writing minimum code.

09-07-2004 at 05:54 AM
View Profile Send Email to User Show All Posts | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: how cross table insert or update can be done by ado.net ?

Create you queries using the DataAdapter configuration wizard by dragging an adapter onto your web form in VS.NET.
Four command objects will be created. Call the update method of the dataadapter on the changes stored in your dataset and the update will go through. It is actually snappy using the wizard

You can find some solutions Here

And @ this website
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboridataupdatesinvisualstudionet.asp

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

01-08-2004 at 07:41 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : how cross table insert or update can be done by ado.net ?
Previous Topic (how to handle over flow error in vb.net)Next Topic (File Name) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder