Thanks. Your voice is so calming and your pace suits myself which makes me understand this better
@james909026 жыл бұрын
As usual, many years on since you made this, it's helped me! Thanks for all the hard work you put into these videos!
@michaeljones56814 жыл бұрын
Yes same here a whopping 6 years later hope you did well learning vb
@jackwalkerjrmusic8 жыл бұрын
Excellent tutorial. Thank you!
@anthonyraj269 жыл бұрын
Excellent work you are explain easy way to understand.. I am glad to find your VB Toolbox ..
@VBToolbox9 жыл бұрын
+Anthony Joseph Thank you, Anthony! :-) I appreciate the feedback and I'm happy that the videos are helpful.
@tengteng86404 жыл бұрын
You Save My Life Again mate !
@steveharris495810 жыл бұрын
Excellent video and really helpful. Now if you'd make a video on how to write rows of an Access DB to a text file, I'd be the happiest of campers!
@VBToolbox10 жыл бұрын
Greetings, Steve! Sorry for the slow reply. I was away from home. Anyway, this should be a surprisingly simple task, and you should be able to access you Access database very similarly to what I've demonstrated in my SQL tutorials. I think that the only thing that would be significantly different would be the connection string. You could either read your access query to a Dataset as I've done, else read the rows individually with a DataReader and write the values out. Hmm sounded easier in my head... I should definitely make a tutorial for this. lol
@orchidg42585 жыл бұрын
i tried doing this in Visual Studio 2017. it wouldn't allow me to save the file without first creating a file and 'Saving As'. Any suggestion what the issue is? Thanks.
@Miriam-ut2pn10 жыл бұрын
Super helpful, thank you!
@VBToolbox10 жыл бұрын
Super glad I could be of help, Miriam! :-)
@gigitmarigit8 жыл бұрын
why not SW.WriteLine(TextBox1.Text) ? i tried and succesfully without error. And can save multiline of text... cmiiw. thanks