|
-
Feb 7th, 2007, 09:55 AM
#1
Thread Starter
Member
[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
-
Feb 8th, 2007, 07:03 AM
#2
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.
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
|