•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 397,662 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,354 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 515 | Replies: 1
![]() |
•
•
Join Date: Dec 2006
Location: United States
Posts: 612
Reputation:
Rep Power: 3
Solved Threads: 14
You can use two approaches to connection to MySQL Database.
1.) MyODBC 3.51 Local database (using ODBC)
Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=myDataBase; User=myUsername;Password=myPassword;Option=3;
2.) OLE DB, OleDbConnection (.NET)
Provider=MySQLProv;Data Source=mydb;User Id=myUsername;Password=myPassword;
You can also try some open source MySQL Drivers but the above 2 are really reliable.
You can also read an article on using MS Access with ASP.NET here
You can also download the sample application by simply registeting.
1.) MyODBC 3.51 Local database (using ODBC)
Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=myDataBase; User=myUsername;Password=myPassword;Option=3;
2.) OLE DB, OleDbConnection (.NET)
Provider=MySQLProv;Data Source=mydb;User Id=myUsername;Password=myPassword;
You can also try some open source MySQL Drivers but the above 2 are really reliable.
You can also read an article on using MS Access with ASP.NET here
You can also download the sample application by simply registeting.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
- How is 3Tier architecture implemented in ASP.NET (ASP.NET)
- ASP.NET Crystal Report ODBC MySQL (ASP.NET)
- Asp.net (ASP.NET)
- [For Hire] $12/hour!! - Quality ASP.NET/MSSQL Developer (Post your Resume)
- PHP - Java - ASP.NET - C++ by www.hiremanagepay.com - Rates low as $9/hr (Post your Resume)
- FREE Domain, 4 Months FREE, starts at $1.95/mo. Linux, Windows, ColdFusion and More.. (Web Hosting Deals)
- Running asp or asp.net on apache (Linux Servers and Apache)
- MySQL - ASP.NET - Issues.... (VB.NET)
- ASP.NET <--> XML <--> VB6.0 (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: help me pls.. tml 10 more hours to due date..!!
- Next Thread: Pass data from a page


Linear Mode