How to Create a Login Form in VB.NET using SQL Server Database and Visual Studio 2022? [Source Code]

  Рет қаралды 4,980

RunCodes

RunCodes

Күн бұрын

Пікірлер: 18
@AI-CHET
@AI-CHET 3 ай бұрын
Thank you so much very useful video. Future please make assign bus drivers for route by weekly or month getting details from SQL database.
@Jelo-xy9yf
@Jelo-xy9yf 29 күн бұрын
Could you create also a sign up then connect this??
@guillerjamesmantala7730
@guillerjamesmantala7730 6 ай бұрын
THANKYOUSOMUCH MASTER
@Kevin1960Aus
@Kevin1960Aus Ай бұрын
Hi, Great Video, i just have a small issue, and I'm sure it's something I am doing wrong. In the connection string, I had to remove the spaces between "Trust Server Connection=True, and this allowed the program to continue. However, when I hit the Login button I keep getting an error, and it says , System.InvalidOperationException: 'ExecuteScalar requires an open and available Connection. The connection's current state is closed.' Yet in the Server Explorer, its shows it as being open. Any guidance would be greatly appreciated. By the way, I am not a programmer, I know Basic via Access very well, and I am tinkering to learn more about VB.
@Kevin1960Aus
@Kevin1960Aus Ай бұрын
Its Ok, I found the problem, in the source code supplied I see that Dim.Open was declared on line 5, this was missed on the video, The video was great it helped my heaps, thanks again
@Kevin1960Aus
@Kevin1960Aus Ай бұрын
Hi Mate I have 2 more questions, how do I make the username and password case sensitive? and if I wanted to hard code in a master Username and password, how would I start that? ie "MasterUser" as a username and "3jmu&jJ2" as a password?
@RunCodes
@RunCodes Ай бұрын
@Kevin1960Aus try this for case sensitive: SELECT * FROM tbl_Account WHERE Username=@userName COLLATE SQL_Latin1_General_CP1_CS_AS AND Password=@userPassword COLLATE SQL_Latin1_General_CP1_CS_AS For hard code string username = “MasterUser” string password=“3jmu&jJ2”
@Kevin1960Aus
@Kevin1960Aus Ай бұрын
​@@RunCodesis thanks for that, I'll try to understand what the code does to make the password and username case sensitive, just so I under how and why, the hard code I'm still playing with, I'll keep trying it. Thanks again for your valuable assistance
@zerosixteen.4644
@zerosixteen.4644 6 ай бұрын
Can you help me? SQL server doesn't show up in Server Explorer even if the database is connected. What do I do??
@RunCodes
@RunCodes 6 ай бұрын
Configure Visual Studio 2022 for .NET, .NET Framework and .NET Core? Win Form | SQL Server Database kzbin.info/www/bejne/qIDLpoSPgKpln7M check out this video i show you here!
@ezikielpesquiza768
@ezikielpesquiza768 4 ай бұрын
can you help me i cant see the system.data.sqlclient in nuget package how can i able to see that?
@RunCodes
@RunCodes 4 ай бұрын
Watch the tutorial carefully, you have to select browse tab in nuget
@ezikielpesquiza768
@ezikielpesquiza768 4 ай бұрын
@@RunCodes i already select the browse tab and search for the nuget package system.data.sqclient is not appearing
@RunCodes
@RunCodes 4 ай бұрын
@ezikielpesquiza768 update your visual studio
@ezikielpesquiza768
@ezikielpesquiza768 4 ай бұрын
@@RunCodes howw?
@RunCodes
@RunCodes 4 ай бұрын
learn.microsoft.com/en-us/visualstudio/install/update-visual-studio?view=vs-2022
@leoesberto1168
@leoesberto1168 6 ай бұрын
atleast post where u can download the SQL server
@RunCodes
@RunCodes 6 ай бұрын
SQL SERVER: www.microsoft.com/en-us/sql-server/sql-server-downloads SQL SERVER MGMT STUDIO: learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16
小丑在游泳池做什么#short #angel #clown
00:13
Super Beauty team
Рет қаралды 42 МЛН
How to create a Registration /Sign Up form in VB.Net
17:53
Funda Of Web IT
Рет қаралды 82 М.
How to Connect Visual Basic .Net Project to MS SQL Server 2022 Database
31:05
Getting Started with WebForms
52:11
Sean MacKenzie Data Engineering
Рет қаралды 14 М.
Writing My Own Database From Scratch
42:00
Tony Saro
Рет қаралды 224 М.
VB.net tutorial create login form with MySQL database
15:40
Programming for Everybody
Рет қаралды 9 М.