VB.NET Tutorial - Using SQL Stored Procedures - PART 5

  Рет қаралды 3,630

VB Toolbox

VB Toolbox

Күн бұрын

Пікірлер: 44
@k1ng50
@k1ng50 6 ай бұрын
Thanks for the nice presentation. It has been 5-6 years since I last created stored procedures, so this jostled my brain and shook off some of the cobwebs. Thanks!
@GeorgeArmfield
@GeorgeArmfield Жыл бұрын
Hes back!
@jeffmurphy2208
@jeffmurphy2208 Жыл бұрын
Your tutorials helped me so much. They opened the door to a ton of knowledge and allowed me to advance my career in a major way. Thank you!!
@VBToolbox
@VBToolbox Жыл бұрын
It always makes me happy to read comments like this. Thank you, Jeff! I'm very glad the tutorials have been helpful. 🙂
@mrzaboor
@mrzaboor Жыл бұрын
Glad to hear you again
@raizriyal84
@raizriyal84 Жыл бұрын
Wow, nice to see ur videos again.. thank u
@macrobody
@macrobody Жыл бұрын
Thanks, still using your SQLControl example. Guess I need to update my code now with stored procedures.
@PauloDoutel
@PauloDoutel Жыл бұрын
Hi.. I love your tutorials... Thanks from Portugal... Huge hug... 🤗🤗🤗
@VBToolbox
@VBToolbox Жыл бұрын
Thank you, Paulo! I'm glad the tutorials are helpful. 😀
@earavichandran
@earavichandran Жыл бұрын
Wow.... Welcome back sir....
@VBToolbox
@VBToolbox Жыл бұрын
Thank you, Ravichandran!
@jmgacousticmusic
@jmgacousticmusic Жыл бұрын
Great to get a new notification. Hope you are well
@VBToolbox
@VBToolbox Жыл бұрын
I'm busy but doing well. Thank you, James!
@BijuVarghese
@BijuVarghese Жыл бұрын
Superrrrr. Pls continue making vdo in this series
@aymanabdullah813
@aymanabdullah813 Жыл бұрын
Glad to see you back 😍
@pw3111
@pw3111 7 ай бұрын
Welcome back!
@abastein2000
@abastein2000 Жыл бұрын
Wellcome back !
@VBToolbox
@VBToolbox Жыл бұрын
Thanks, abastein2000!
@mohammadnoman9591
@mohammadnoman9591 Жыл бұрын
welcome back
@FernandoSLima
@FernandoSLima Жыл бұрын
Glad to hear you again...
@serkancanbaz1
@serkancanbaz1 Жыл бұрын
Heyy welcome bro. We miss you.🎉❤
@VBToolbox
@VBToolbox Жыл бұрын
Thank you, Serkan! 🙂
@johnnyhermes
@johnnyhermes Жыл бұрын
Yessssss.... he is back!
@johnnyhermes
@johnnyhermes Жыл бұрын
I am already looking forward to the next video!
@VBToolbox
@VBToolbox Жыл бұрын
I'm not even sure what I'm going to do yet. It's been so long since I've done this and I'm super rusty. 😅
@BijuVarghese
@BijuVarghese Жыл бұрын
You are just awesome
@rayt6867
@rayt6867 Жыл бұрын
Hello and many thanks for these exceptional videos, you are the only one that I know off that makes a DBControl class to handle database operations. I didn't know the ExecuteQuery handles CRUD operations. Now I know thanks to you. Please, could it be possible that you can create a video(s) using two or more tables with 1-to-many relationships using DBControl. It will be greatly appreciated.
@VBToolbox
@VBToolbox 5 ай бұрын
I'm very sorry for the super late reply. I didn't receive a notification about your question. By now, you have likely already figured out how to do this, but the DBControl as is will handle table joins within your query string. It is, however, preferred that this be done within your Stored Procedure instead of within the query string.
@vinnypassmore5657
@vinnypassmore5657 Жыл бұрын
Thankyou so much :), thanks for sharing.👌
@VBToolbox
@VBToolbox Жыл бұрын
Sure thing, Vinny! 😁
@dimzt
@dimzt Жыл бұрын
Thank you sir!
@aymanabdullah813
@aymanabdullah813 Жыл бұрын
Can you give us a web api tutorial i love ur ways in teaching
@borisslezinger474
@borisslezinger474 2 күн бұрын
Do you have tutorial to use SQL Store Procedure with output parameters?
@iwakmangot214
@iwakmangot214 Жыл бұрын
long time no see :) thanks to your video long time ago, i've won 3 competition, first is regional using vb, then state/province using the evolved vb that is c#, and last one is national using c# and kotlin. and now im an aspiring programmer on college(⁠ ⁠╹⁠▽⁠╹⁠ ⁠) once again thanks a lot!
@VBToolbox
@VBToolbox Жыл бұрын
Wow! Congratulations on your many successes! I'm so glad the videos were a helpful start for you.
@BijuVarghese
@BijuVarghese Жыл бұрын
Also make vdo on How to make a ini file to paramaterize the connection string to connect sql server .
@BijuVarghese
@BijuVarghese Жыл бұрын
Is there any way we can modify to use sqlcontrol module for "BeginTransaction" Commit / rollback transaction?
@VBToolbox
@VBToolbox 5 ай бұрын
So sorry for the way late reply. For some reason I didn't get notified. I'm fairly certain I tested this years ago and it worked, but is probably best implemented within your stored procedure. Unfortunately, I don't have any examples as I haven't tested this for years.
@shaktidevelops
@shaktidevelops 5 ай бұрын
Please update dropbox link. It's not working.
@VBToolbox
@VBToolbox 5 ай бұрын
Hi there, @shaktidevelops! I have updated the Dropbox link with the Part 5 source code: www.dropbox.com/scl/fi/62r9kltm4d194x4f3cl2v/SQLTutorial-PT5.zip?rlkey=e60ij41lefzl47qf4jtt466gb&dl=0 I hope it helps!
@derrickwalker3018
@derrickwalker3018 Жыл бұрын
Thanks for the video. I'm having trouble getting to the download for this session. Is it possible you can take a look at it because I'm having some trouble getting it to work?
@VBToolbox
@VBToolbox Жыл бұрын
Hi, Derrick! Sorry, I just noticed that the download link on the video is for Part 4. I didn't add a download for this video. Unfortunately, my internet is down and I'm awaiting replacement parts. Are you having trouble with any part in particular?
@derrickwalker3018
@derrickwalker3018 Жыл бұрын
@@VBToolbox I think that I figured it out :-). I would like some help using the New Connection string, however. I can't seem to figure that part out. BTW, a donate button would be cool because you're helped me greatly and I wouldn't mind donating to your continued success.
@doreymorre6035
@doreymorre6035 Жыл бұрын
Promo*SM 😁
VB.NET Tutorial - UPDATE a SQL Server Database - Part 3
39:35
VB Toolbox
Рет қаралды 22 М.
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 200 МЛН
Секрет фокусника! #shorts
00:15
Роман Magic
Рет қаралды 115 МЛН
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 17 МЛН
Advanced VB.NET Programming - Delegates
18:59
Computer Science
Рет қаралды 8 М.
SQL Server Stored Procedure - How To
10:38
Database Star
Рет қаралды 14 М.
Visual Basic (VB.NET) - Full Course for Beginners
3:17:20
freeCodeCamp.org
Рет қаралды 956 М.
ASP.NET Web API CRUD Operation Using SQL Server Stored Procedures
33:38