Visual basic.net: retrieve data from SQL server Database and display in textbooks-VB.net

preview_player
Показать описание
This video will illustrate how to fetch records (data) from SQL Server Database using SqlDataReader and then set the retrieved values in Windows Application (WinForms) using VB.Net.
Videos VISUALBASIC.NET
Crystal Report in VB.net: tutorial step by step using sql server database(full course 35 minutes)
VB.net with Source code: insert,update,delete ,search using access database and print datagridview
How do you create register form and relate it with user form in VB.net
Search data in sql server database between two dates in VB. net
VB.net: How to insert, update, delete and search data in listbox using sql server database
Programming in Visual Basic .Net: how to Connect SQL server Database to VB.Net
VB.NET: insert, update and delete data in datagridview without using database
VB.NET insert update delete view and search data with Access database
Programming in Visual Basic .Net: how to Connect SQL server Database to VB.Net
Visual Basic.NET: insert, update and delete data in datagridview without using database
VB.NET- Search in Access Database in DataGridView BindingSource filter
VB.NET:Populate combobox based on a selection of another combobox from databse Access database
Retrieve data from a database in VB.net and fix error Invalid attempt read when no data is present
Visual Basic.Net: How can I get Sum from 2 Tables in access database using inner join
Visual Basic.Net: How to prevent duplicate data when insert to datagridview
Visual Basic.Net: How to add items to CheckedListBox
C#: Search for value in DataGridView in a column(without database)
Visual Basic.Net: Load an image file in a picturebox
Visual Basic.Net: How do you to create a simple access database
Visual Basic.Net: How to delete a file
Programming in Visual Basic .Net: How to Connect Access Database to VB.NET by user
Visual Basic.Net: Change font(type-size) and colors(forecolor-backcolor) in datagridview last row
Visual Basic.Net: Add Row Total To DataGridView Footer
Visual Basic.Net: How to Copy a content Directory to Another Directory
Visual Basic.Net: How to Copy Selected File to selected Folder
Visual Basic.Net: Allow user to order columns in datagridview
Visual Basic.Net: Send DataGridView values to another DataGridView
Visual Basic.Net: Clear selected rows in datagridview
Visual Basic.Net: Insert Checked rows from DataGridView to Access Database
#programming_for_everybody_vb_net
#vb
#Visual_Basic
Рекомендации по теме
Комментарии
Автор

Thank you! This video has helped me immensely.

minus
Автор

thank you!! i was able to get a data using the code from your tutorial!! thank you very much!

j.m.
Автор

Hii .. I used used u r code, I'm using my SQL and vb.net2019 . I'm getting eror like conn is nothing ...it's not working

yashasjoo
Автор

Just curious on why you used a DataSource, seems like that you could've achieved the data pull with your SQL statements? Sorry, I'm fairly new to VB.

Edit: Sorry, I looked again, you used it to pull the Data Source info for the connection lol. My bad.

Haval.M
Автор

hi, i tried using your code for retrieving data from sql server database and displaying in textbox using vb.net and i had incorrect syntax near "=". and the error was on myreader = cmd.ExecuteReader, how do i resolve that?

enochnanaasare
Автор

Hi, i wanna ask... is Sql server database same with phpmyadmin?? Or i need to install some apps?

afiqahjumali
Автор

i tried your code but i had a invalid attempt to read when no data is present. but i have data in my sql database, how can i fix this?

christianchristian
Автор

Hi, how can i check the record count ?

mhd
Автор

i used your code but im getting an error like invalid column name but when i give Username and fetch the last entered dat is shown what is the problem can you please help

mariadass
Автор

If no. Data in sql... Retrive Null... Mske if statment for. Reader

abdokethoney
Автор

how to search from two table with views can you make

saidali
Автор

i was searching for, how to retrieve data from database and store it to visual basic variable
for example, u have "first name" in a database, and u store it in "Dim name as String"...
how do we do that?

anomolisagag