|
-
February 27th, 2011, 07:55 PM
#1
C# and MySql .Net Connector...and simple Mysql Login?
MySQL .Net connector is a great way to integrate my MySQL databases with my VB and C# web applications in Visual Studio 2010.
Although I am fairly new to using this intermediate there are wonderful resources that explain how to use the MySQL Website Configuration Tool to manage authentication. After installation (http://dev.mysql.com/downloads/connector/net/) I find the configuration tool located in the Solution Explorer to allow authentication customization. Although this is a wonderful resource I am faced with a challenge.
I need to create another login system inside the primary application that queries a specific table (Group managers)and checks >1
I'm already using the MySQL Website Configuration Tool provided by MySQL .Net connector to manage accounts and profiles created in the MySQL database to manage authentication
My second login only needs to evaluate the table (Group Managers)and check >1
So basically, does anyone know of a tut that will explain to me how to create a simple MySQL login in C# ASP.NET in Visual Studio 2010 that checks a MySQL table(Group Managers) "|id|usename|password|" and checks >1???
Thank you
Charlie
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|