| Author |
Topic Search Topic Options
|
shine76
Newbie
Joined: 11 April 2006
Location: Sweden
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
Topic: Shop! Posted: 11 April 2006 at 11:14am |
Hi!
Can anyone recomend a shop? with ASP and Mysql...
|
 |
megetron
Groupie
Joined: 20 September 2004
Status: Offline
Points: 147
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 April 2006 at 12:15pm |
|
comersus
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 April 2006 at 2:13pm |
|
Don't pick your application based upon your data base technology. Pick the best application and then get the data base technology.
Candypress is the best asp shopping cart but it's mssql.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
urko
Groupie
Joined: 23 September 2004
Location: Slovenia
Status: Offline
Points: 160
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 April 2006 at 6:29pm |
|
Yep I agree wih you, candypress is the best!
|
|
Urko
|
 |
wistex
Mod Builder Group
Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 6:32pm |
|
I can see why he wants MySQL. We have a dedicated web server, but no MS SQL Server, so we have to lease MS SQL space on a shared MS SQL server. We also have PHP and MySQL installed on the Windows dedicated server, making it truely flexible. By the MS SQL license is way too much money for what we need, and the free MS SQL 2005 Express would probably work just fine except there is no way to import our existing website databases into it (that we know of).
So all new websites that I am developing will be either ASP/MySQL or PHP/MySQL. I might consider ASP/MS SQL 2005 Express, but I am worried about importing/exporting and making backups and restoring them.
Edited by wistex - 14 April 2006 at 6:32pm
|
|
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 8:03pm |
|
Wasn't there originally some license issue about using the free Express version on a web server or did that get resolved?
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
MadDog
Mod Builder Group
Joined: 01 January 2002
Status: Offline
Points: 3008
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 8:27pm |
wistex wrote:
I can see why he wants MySQL. We have a dedicated web server, but no MS SQL Server, so we have to lease MS SQL space on a shared MS SQL server. We also have PHP and MySQL installed on the Windows dedicated server, making it truely flexible. By the MS SQL license is way too much money for what we need, and the free MS SQL 2005 Express would probably work just fine except there is no way to import our existing website databases into it (that we know of).
So all new websites that I am developing will be either ASP/MySQL or PHP/MySQL. I might consider ASP/MS SQL 2005 Express, but I am worried about importing/exporting and making backups and restoring them.
|
SQLExpress is free. This website/forum even uses it without any problems. Also you can "restore" a database, or "attach" a exisiting database without any problems. I use it locally for developement.
|
|
|
 |
wistex
Mod Builder Group
Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2006 at 4:16am |
|
I did not know until earlier today (via another post on this forum) that you could "restore" a MS SQL 2000 database to MS SQL 2005 Express. I'm going to test that this weekend, and if that is the case, we will be moving to SQL 2005 Express on localhost instead of use a shared SQL 2000 server on another machine.
|
|
|
 |