Re: ASP MySQL

2001-09-10 Thread Webmaster

YES!!!

I use ASP and MySQL... Works Great

(Win2K, IIS5.0)

John
(www.smalltownworld.com)

- Original Message -
From: L_U_I_Z [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 10, 2001 2:08 PM
Subject: ASP  MySQL


 I'm developing an application and I have to choose a good database
 server.

 I'm considering MS SQL Server and MySQL.
 I haven't heard very much about MySQL, but from I've read on the web I
 think MySQL is Unix/Linux orientated and works well with PHP.

 I'm going to use a NT platform, with the IIS as web server, and I
 wanted to use ASP. Does MySQL fit good with IIS and ASP?

 Thaks.

  ___
 Consigue tu e-mail gratuito TERRA.ES
  Haz clic en http://www.terra.es/correo/


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php






-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: ASP MySQL

2001-09-10 Thread Ralof

I usually use MySQL with MyODBC, then it is just like any other database,
but faster :)

Stefan


 -Original Message-
 From: L_U_I_Z [mailto:[EMAIL PROTECTED]]
 Sent: den 10 september 2001 22:08
 To: [EMAIL PROTECTED]
 Subject: ASP  MySQL


 I'm developing an application and I have to choose a good database
 server.

 I'm considering MS SQL Server and MySQL.
 I haven't heard very much about MySQL, but from I've read on the web I
 think MySQL is Unix/Linux orientated and works well with PHP.

 I'm going to use a NT platform, with the IIS as web server, and I
 wanted to use ASP. Does MySQL fit good with IIS and ASP?

 Thaks.

  ___
 Consigue tu e-mail gratuito TERRA.ES
  Haz clic en http://www.terra.es/correo/


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: ASP MySQL

2001-09-10 Thread Dave Carter

I use ASP and mySQL. I love it!


Dave Carter
Chief Web Architect
Accelerated Business Technologies, Inc.
http://www.abti.net
717.464.2970

-Original Message-
From: L_U_I_Z [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 4:08 PM
To: [EMAIL PROTECTED]
Subject: ASP  MySQL


I'm developing an application and I have to choose a good database
server.

I'm considering MS SQL Server and MySQL.
I haven't heard very much about MySQL, but from I've read on the web I
think MySQL is Unix/Linux orientated and works well with PHP.

I'm going to use a NT platform, with the IIS as web server, and I
wanted to use ASP. Does MySQL fit good with IIS and ASP?

Thaks.

 ___
Consigue tu e-mail gratuito TERRA.ES
 Haz clic en http://www.terra.es/correo/


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: ASP MySQL

2001-09-10 Thread Dipl.-Inf. Guus Leeuw jr.

  -Original Message-
  From: L_U_I_Z [mailto:[EMAIL PROTECTED]]
  Sent: Monday, September 10, 2001 9:08 PM
  To: [EMAIL PROTECTED]
 
  I'm developing an application and I have to choose a good database 
  server. 

I guess that's not the only choice...

  I'm considering MS SQL Server and MySQL.
  I haven't heard very much about MySQL, but from I've read on 
  the web I 
  think MySQL is Unix/Linux orientated and works well with PHP.

True, but MySQL has an exellent ODBC module as well. It's called
MyODBC.

  I'm going to use a NT platform, with the IIS as web 
  server, and I 
  wanted to use ASP. Does MySQL fit good with IIS and ASP?

Now, with this env, you want to check out how big your application
might become and shed light on aspects like scalability, ease of
backup and restore, etc.
Especially Microsoft made some very good progress in this area with
MS SQL 2000...
OTOH, MySQL is very simple to backup / restore. MySQL is also quite
scalable when it comes to seperation of readers and writers
(replication). 

Now, back to your question.
As far as my experience is concerned, the Microsoft products work
very well if left in a Microsoft-Products-Only-Environment. The big
problem that remains is that you need to understand how to install
the products in order to guarantee long life time.
I don't know about performance of IIS/MySQL vs IIS/SQLServer2000,
but I guess MS has the top hand here as well.

OTOH, if your choice was somewhat free, I'ld rather use
Apache/PHP/MySQL combination:
1st: Cheap Solution (OS + Web Server + DB all for free...)
2nd: Proven Record of Quality (PHP is the most widely used
 language in Server Side Scripting...; Apache has a
 proven record of being the most used web server...)
3rd: Yahoo uses MySQL for certain (if not all) areas, and
 they seem quite happy.
4th: (From my own experience) MySQL virtually never crashes...
last but not least: Monty and Team, and this list are very
 actively participating in helping people out with their
 problems.

Just my 0.02$,
Guus


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php