RE: [PHP-DB] which DB to use?

2004-10-04 Thread Frank Hamersley
host use 1 CPU for Data and one for Apache/PHP. -Original Message- From: Matthew Perry [mailto:[EMAIL PROTECTED] Sent: Saturday, 2 October 2004 12:08 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] which DB to use? Thank you very much for your help. If I had to choose between MS SQL Server

Re: [PHP-DB] which DB to use?

2004-10-02 Thread M Saleh EG
I'd say never be subjective n say i'm not a fan of MS. Choose what works the best for you. Check ur budget... ur time ur method of programming and ur DB knowlede. And ofcorse the size of your project. For website(not web applications) i'd prefer mySQL For webapps I'd preffer MSSQL. For intranet

[PHP-DB] which DB to use?

2004-10-01 Thread Matthew Perry
Thank you very much for your help. If I had to choose between MS SQL Server or or mysql, which would you recommend? I prefer nested subqueries, triggers, procedures etc supported by SQL Server but am completely unfamiliar with any problems that may be accociated with using Microsoft's product

Re: [PHP-DB] which DB to use?

2004-10-01 Thread Joseph Crawford
i am not a fan of microsoft go with mysql :) -- Joseph Crawford Jr. Codebowl Solutions [EMAIL PROTECTED] 802-558-5247 For a GMail account contact me OFF-LIST -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] which DB to use?

2004-10-01 Thread Miles Thompson
Check the MySQL docs - I *think* subqueries are supported in the latest version, but not triggers or stored procedures. But as I say, check. Alternatives? PostgreSQL or Firebird. HTH - Miles Thompson At 11:07 AM 10/1/2004, Matthew Perry wrote: Thank you very much for your help. If I had to

Re: [PHP-DB] which DB to use?

2004-10-01 Thread Antoine
On Fri, 01 Oct 2004 11:24:10 -0500, Matthew Perry [EMAIL PROTECTED] wrote: The latest version is still only alfa. Miles Thompson wrote: Check the MySQL docs - I *think* subqueries are supported in the latest version, but not triggers or stored procedures. But as I say, check.