SqlDataAdapter in ADO.NET Part 10

  Рет қаралды 183,945

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 51
@mrcode6123
@mrcode6123 3 жыл бұрын
I cant believe these are made in 2012 and still relevant Great JOB SIR
@compeng2013
@compeng2013 9 жыл бұрын
Great videos! I love how you emphasize everything over and over in each video to just embed it into our brains!! Blessed you are!
@sasazezelic
@sasazezelic 9 жыл бұрын
DataAdapter is actually like a burglar. "He" has a (Connection) to know where the good stuff is (Data), he doesn't need anyone to (Open) the connection, he opens it with his own tools, he takes the good stuff and stuffs his pockets with it (DataTable) and then he gets home, gets all the stuff out of his pockets and arranges it neatly on his desk (DataSet). Venkat, you are a gift from programming heaven. You really have a knack of explaining things. I'm learning more from your videos than from an in class education I went to.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Hi Tony, good spot. The code will work even without specifying the data type. However, I personally prefer and suggest to specify the data type as it would make your code more readable. Hope this helps.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Hi Thank you very much for stopping by to ask the question. The answer is, yes you can.
@dineshchinnadurai8338
@dineshchinnadurai8338 10 жыл бұрын
Really good way of teaching. very smart way. I love your way of teaching thank you so much sir... I watched ADO.NET from video 1 to 10 really useful. Thanks again @venkat sir....
@Stylecatchbandel
@Stylecatchbandel 10 жыл бұрын
Thanks Venkat Sir for ur active anticipation. Great work done!.Its really needful thought suggested by u. ONE COMPLIMENTENTARY award tht i can hand over 2 u("GENIUS")
@soumyasahar7379
@soumyasahar7379 2 жыл бұрын
Thank you so much sir for explaining these things in such a easy way. Teacher like you make learning new technology very easy. I want to specially appreciate your approach of writing every bit of code from scratch for each video. Like the way of writing Connection strings, sql command object etc are shown in every video. Thank you so much.
@uzmazubair4288
@uzmazubair4288 10 жыл бұрын
very good, u made very easy to understand , very clear words , very very helpful, thanks Venkat
@kavithasaphal
@kavithasaphal 7 жыл бұрын
the one who dislikes these videos are definitely envious peoples...
@qurupatriot
@qurupatriot 11 жыл бұрын
Thanx Venkat, you are a KING! :)
@sergi3056
@sergi3056 7 жыл бұрын
If you use an Application , and not web, you should use at the end another thing. dataGridView.DataSource = ds.Tables[0] (if you dispose of only a DataSet) Thank you for your tutorials kudvenkat !! :)
@surajborade2123
@surajborade2123 10 жыл бұрын
Hello Sir, This is amazing work I have ever seen. It builds confidence to learn the Dot Net technology. I am feeling most enthusiastic to learn from such videos. Thanks a lot.
@mrky92
@mrky92 11 жыл бұрын
You have my greatest compliments for what You are doing! My question is: Do we need "using" or "finnaly" blocks with SqlDataAdapter, since it DOES take care about openning and closing connection to DB? Thanks in advance
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
You are 100% right. We don't need it.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Thank you very much for taking time to give feedback. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
@edmundogriffin3448
@edmundogriffin3448 8 жыл бұрын
I´m becoming a fan!!!!
@naveenintel7006
@naveenintel7006 7 жыл бұрын
u r great,plz provide a video on simple project development using ADO.NET and ASP.NET
@samuelmasuku
@samuelmasuku 4 жыл бұрын
I love the way he explains
@lootstealeryt7614
@lootstealeryt7614 7 жыл бұрын
you are amazing thank you very much
@bulp9893
@bulp9893 6 жыл бұрын
sir thanks for upload valuable videos
@saheena88
@saheena88 11 жыл бұрын
Hi,Venkat...ur videos r awesome..its really very helpfl..I just have one doubt regarding dataadapter...that whether its a part of connected envrnmnt or disconnected envirnmnt..bcoz i read it somewhr tht it falls undr the catgry of connctd envrnmnt....Pls let me kno ..
@jucalan
@jucalan 11 жыл бұрын
Great video, you can put subtitles, I do not listen very well, and has some deaf people who want to see their video. great job dude
@ahmedkhalifa3731
@ahmedkhalifa3731 7 жыл бұрын
greet video and greet teatcher
@ranjeet99mishrarock
@ranjeet99mishrarock 7 жыл бұрын
Genius Teacher
@natiggaraisayev
@natiggaraisayev 10 жыл бұрын
Very good tutorials
@rickeyrudey
@rickeyrudey 9 жыл бұрын
first let me say ur videos are awesome. its very clear what u want us to learn here. now lets say if i were to create a store procedure to extract one single data value from a record (lets say for example a name by itself) and assign it to a textbox or a label instead of a grid view. how would i have done that?
@SuperPresidentObama
@SuperPresidentObama 6 жыл бұрын
Dear Venkat, I will keep my comments very simple. string myCommentToVenkat = "Thank You"; Sincerely, Your Student
@neelpatel5456
@neelpatel5456 4 жыл бұрын
it was great! and I almost forgot that Nokia ringtone.!
@sheenl4601
@sheenl4601 11 жыл бұрын
Hi sir just a question about the method to pass the parameters to new sql adapter can I use da.SelectCommand.CommandText ="select * from table where...." da.SelectCommand.Connection = con? looking forward to your reply and thks
@ranaveeraelgani
@ranaveeraelgani 12 жыл бұрын
Hi Venkat you are doing a great job!. Can you please provide a video for deleting the row in a relational DB. In case " if i want to delete customerID PK from customer Table , cutomerid FK is in order Table" i hope you get the scenario!!...Thank You!!
@josephoyila6913
@josephoyila6913 11 жыл бұрын
Another great video,please how can we bind an Arraylist using SqlDataAdapter , for example connecting an image, name, price from database to display in web form
@rajeshs8846
@rajeshs8846 7 жыл бұрын
hi Venkat. incase if i have multiple gridviews(say example 3) then how should i use NextResult() method on each ResultSet
@immanuveledison7674
@immanuveledison7674 8 жыл бұрын
sir ur videos r awsm,but upload some videos on form view,list view,etc.As u have uploaded only abt gridview control...
@SaikatBhadury
@SaikatBhadury 7 жыл бұрын
Nice Video.. Thanks Sir.. I have a question.. What is the deference between DataSet And DataTable?
@sujannembang5942
@sujannembang5942 5 жыл бұрын
This video is awsome, i would like to know about OleDb DataAdapter and Dataset
@harikaaakutota7776
@harikaaakutota7776 12 жыл бұрын
hi venkat where do v use disconnected data access model in real time?in ado.net part10 in dataset v are retrieving group of records....suppose if i retrieve only one value for example ProductName then can i use datatable?using sqlcommand u have explained how to insert,update& delete records from/to a database....but in ado.net part10 u have shown select operation only...could u upload video for insert,update&delete using sqldataadapter...pls
@arvjugtwan9097
@arvjugtwan9097 3 жыл бұрын
osm tutorial
@gobind289
@gobind289 8 жыл бұрын
Hello sir, we can pass multiple inline query with SqlDataAdapter. Is there possible to pass multiple stored procedure with SqlDataAdapter?
@sohaibhabib308
@sohaibhabib308 7 жыл бұрын
sir i have a question for you.i had developed a desktop application by using hardware finger print device .application work very fast on my pc but after making installer and deploy on server application response is very slow and give thumb impression result is very slow .25 second slow response.what the reason behind. please help me
@harikaaakutota7776
@harikaaakutota7776 12 жыл бұрын
hi venkat integrated security = SSPI in web.config fie could u tell me what is SSPI...i mean expansion of SSPI.. u told SSPI meand v are using local server
@shehrozafzal9208
@shehrozafzal9208 6 жыл бұрын
@8:57 nokia ringtone bell in background.....!!!!!!!!!!
@sridevipindi1547
@sridevipindi1547 8 жыл бұрын
hi venkat sir how to use output parameters with sqladapter
@prosunchakraborty92
@prosunchakraborty92 7 жыл бұрын
Hello, Sir, Could you please tell me what are the basic differences between SqlDataAdapter and SqlCommand and when to use one over another ?
@SomebodyOutTh3re
@SomebodyOutTh3re 6 жыл бұрын
thank you !
@prabu67
@prabu67 12 жыл бұрын
plz. provide a sample program for 1. CRUD operation with Record Navigation 2. One to Many Relation (2 Tier Architecture) 3. Many to Many Relation (3 Tier Architecture). 4. Nested Web Pages (e.g - Purchase Request & Purchase Order) 5. All 4 sample with Stored procedure. Try Thanks. Prabu
@diwaspoudel7
@diwaspoudel7 7 жыл бұрын
Can't we use DataAdapter in Insert ,Delete and Update Operation to database?
@Ajaysharma-dt5tj
@Ajaysharma-dt5tj 3 жыл бұрын
sir i get an error i.e sqldataadapter is a namespace but use as a type
@honeesh1
@honeesh1 12 жыл бұрын
Thank you
@krimbelkacem5751
@krimbelkacem5751 12 жыл бұрын
how to create setup for your dataApp thank you very mutch
DataSet in asp.net   Part 11
10:40
kudvenkat
Рет қаралды 170 М.
SqlDataReader in ADO.NET   Part 8
20:13
kudvenkat
Рет қаралды 215 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
What is ADO.NET - Part 1
17:22
kudvenkat
Рет қаралды 850 М.
Caching dataset in asp.net - Part 12
18:44
kudvenkat
Рет қаралды 110 М.
1-ADO.Net Introduction
10:05
Code Semantic
Рет қаралды 13 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41