Wrox Programmer Forums
|
BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9
This is the forum to discuss the Wrox book Professional ASP.NET 2.0 Special Edition by Bill Evjen, Scott Hanselman, Devin Rader, Farhan Muhammad, Srinivasa Sivakumar; ISBN: 9780470041789
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 4th, 2006, 03:35 PM
Registered User
 
Join Date: Jan 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default MS SQL vs. MySQL

Hi,

Untill recently I used a ODBC Connector to connect from (classic) ASP VbScript to MySQL (4.1).

I'm planning on migrating to ASP.NET 2.0 and still deciding on my database type. MS SQL Server seems to be the logic choice from the book. Using MS SQL Server adds considerable license costs to the project however. Is there a cheaper (low end) alternative, like access?

What exactly is the sqlexpress file?
Does anyone have any experience using ASP.NET, ADO.NET and mysql connector?
Is it possible to run the persistent session state on a mysql database?
Is it possible to run the user management on a mysql database?
Is it possible to run the personalization on a mysql database?

Thanks in advance.
 
Old January 5th, 2006, 09:17 PM
Wrox Author
 
Join Date: Dec 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

1) You can use Access. There is a specific AccessDataProvider (althought its not mentioned in the book, its there)

2) SqlExpress is a lightweight version of SQL server and is basically free. Its designed to be portable like Access (eg you can push SqlExpress files up to a host like Access), but uses the same DB engine as SQL so you don't have to worry about using the Jet database engine that Access uses.

As far as MySql, there are a number of third party solutions availbel for connecting to MySql via .NET...just search google. Unfortunatly, I am not familiar enough with MySql to know if it can run the Membership and Personalization features of ASP.NET 2






Similar Threads
Thread Thread Starter Forum Replies Last Post
Migration from MS Access -> MySql spraveens MySQL 3 March 6th, 2010 04:45 AM
convert connstr from MySQL to MS SQL Server mnorby Classic ASP Databases 3 October 24th, 2007 10:13 AM
Database migration MS Access 2003 to MS SQL 2000 ayazhoda SQL Server 2000 3 April 23rd, 2007 11:38 AM
MS ACCESS 2003 FRONTEND AND MS SQL SERVER 2005 DB mohankumar0709 SQL Server 2005 3 March 23rd, 2007 12:48 AM
OBDC link to mySQL for MS Access use Ray Pinnegar Access 2 May 17th, 2005 03:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.