[RESOLVED] form authetication using access or mysql
Hi theer does nayone know how to use form authetication in asp.net using vb and iether and ms access databse or mysql database as all the examplkes I have found use ms sql server database but I dont have that kinda budget
Any tutorials or help would be great
thanks
lee
Re: form authetication using access or mysql
Go through the examples that you've found. They may use SQL Server, but to use any other database, it's just a matter of changing a few classnames and namespaces to those that correspond to your database of choice, such as System.Data.OdbcClient instead of System.Data.SqlClient.