RE: What database would your recommend?

2002-06-07 Thread Joel Hughes
MySQL sounds like your answer Teddy. Runs perfectly well on Linux and Windows. -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] Sent: 06 June 2002 03:59 To: [EMAIL PROTECTED] Subject: What database would your recommend? Hi all, I want to start learning a database

Re: What database would your recommend?

2002-06-07 Thread Paul Arsenault
databases. Paul Arsenault, CCNA [EMAIL PROTECTED] From: David T-G [EMAIL PROTECTED] To: perl beginners cgi [EMAIL PROTECTED] CC: Octavian Rasnita [EMAIL PROTECTED] Subject: Re: What database would your recommend? Date: Fri, 7 Jun 2002 10:32:25 -0500 Teddy -- ...and then Octavian Rasnita said

Re: What database would your recommend?

2002-06-07 Thread Fred Sahakian
depends what you need to do, PHP has become VERY popular Octavian Rasnita [EMAIL PROTECTED] 06/05/02 10:58PM Hi all, I want to start learning a database that works with Perl but I would like to learn a database that works under Windows and Unix also. Is there such a thing? Of course, I would

RE: What database would your recommend?

2002-06-07 Thread Camilo Gonzalez
That's a good point. Are there still advantages to using Perl over using PHP? I'd be bummed to hear I'm using a dying language. -Original Message- From: Fred Sahakian [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:52 AM To: [EMAIL PROTECTED] Cc: Subject: Re: What database

RE: What database would your recommend?

2002-06-07 Thread Fred Sahakian
That's a good point. Are there still advantages to using Perl over using PHP? I'd be bummed to hear I'm using a dying language. -Original Message- From: Fred Sahakian [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:52 AM To: [EMAIL PROTECTED] Cc: Subject: Re: What database would

RE: What database would your recommend?

2002-06-07 Thread Nikola Janceski
it. -Original Message- From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 11:57 AM To: 'Fred Sahakian'; [EMAIL PROTECTED] Cc: Subject: RE: What database would your recommend? That's a good point. Are there still advantages to using Perl over using

Re: What database would your recommend?

2002-06-07 Thread Gary Stainburn
advantages to using Perl over using PHP? I'd be bummed to hear I'm using a dying language. -Original Message- From: Fred Sahakian [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:52 AM To: [EMAIL PROTECTED] Cc: Subject: Re: What database would your recommend? depends

RE: What database would your recommend?

2002-06-07 Thread Camilo Gonzalez
]] Sent: Friday, June 07, 2002 11:06 AM To: 'Camilo Gonzalez'; 'Fred Sahakian'; [EMAIL PROTECTED] Cc: Subject: RE: What database would your recommend? Perl a dying language? are you nutz?!?!?! Haven't you been reading the Apocalypse pages for PERL 6??!?!? http://dev.perl.org/perl6/apocalypse

RE: What database would your recommend?

2002-06-07 Thread Nikola Janceski
] -Original Message- From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 12:13 PM To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian'; [EMAIL PROTECTED] Cc: Subject: RE: What database would your recommend? Forgive me Nikola. In this business you need to stay

RE: What database would your recommend?

2002-06-07 Thread Mike Rapuano
/7/2002 12:12 PM To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian'; [EMAIL PROTECTED] Cc: Subject: RE: What database would your recommend? Forgive me Nikola. In this business you need to stay as marketable as possible. I

RE: What database would your recommend?

2002-06-07 Thread Fred Sahakian
-Original Message- From: Camilo Gonzalez Sent: Fri 6/7/2002 12:12 PM To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian'; [EMAIL PROTECTED] Cc: Subject: RE: What database would your recommend? Forgive me Nikola. In this business you need

RE: What database would your recommend?

2002-06-07 Thread James Kelty
I would go for Postgres, if I were you. Relational, transactions, and foreign key assignments. May be a little slower than MySQL, but pretty much the same in stability. -James -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 7:59 PM

[OT] Re: What database would your recommend?

2002-06-07 Thread John Brooking
Not to be pedantic, but isn't PHP a *language*, not a database? So you could use almost any particular database with either PHP or Perl. Or does PHP have it's own built-in database and that's what you meant? (I looked at PHP a little once, and I have to admit a knee-jerk negative reaction to a

Re: [OT] Re: What database would your recommend?

2002-06-07 Thread David T-G
John, et al -- ...and then John Brooking said... % % Not to be pedantic, but isn't PHP a *language*, not a % database? So you could use almost any particular Yes, it is; it doesn't have its own database built in. For someone starting out doing web stuff it wouldn't be bad to pick up, even if

Re: What database would your recommend?

2002-06-07 Thread David T-G
Paul -- Thanks for the reply. ...and then Paul Arsenault said... % % MySQL is a relational database. % % Taken from the mysql documentation page at % http://www.mysql.org/documentation/mysql/bychapter/manual_Introduction.html#Features % % MySQL is a relational database management system.

Re: What database would your recommend?

2002-06-07 Thread David T-G
Paul, et al -- ...and then Paul Arsenault said... % % MySQL is a relational database. I've followed up and have more information -- sort of. My pal couldn't provide hard data but pointed not only to extra stuff like transactions (I don't think anyone is saying that transactions are part of

Re: What database would your recommend?

2002-06-07 Thread Paul Arsenault
Relational databasing just means that there are keys associated between the different databases that allows the database software to easily make matches from one database table to another very quickly and efficiently. I don't know if you've ever heard the term primary key before, but it

Re: What database would your recommend?

2002-06-07 Thread fliptop
Paul Arsenault wrote: database. As for transactions, only very high-end commercial databases (such as your friend's Oracle) support transactions. They are only that's not true - postgresql supports transactions. and according to this page: