Visual Basic login form and SQL database -


i trying create login form using visual basic , using sql database store data. how compare user inputs text box, data database?

i have created service based database in visual studio 2015 , have created table have no idea on how connect database. have make use of data sets?i have watched many videos on tube , have searched internet nothing seems working.

i grateful if walk me through steps.

cheers!

it seems you're asking "how authenticate user?" massive topic. you're on right track searching internet. here links outline auth methods might particularly helpful:

https://code.msdn.microsoft.com/database-creation-sample-a4dfb405/sourcecode?fileid=46201&pathid=293681583

https://msdn.microsoft.com/en-us/library/ms172766(v=vs.100).aspx

you can find many, many more searching things "how authenticate user in visual basic"


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -