RE: Choosing between Databases.

2001-08-27 Thread Paul DuBois
x27;re making the mistake of interpreting a statement on the Berkeley DB Web site as though it was posted on the MySQL Web site. > >-Original Message- >From: Paul DuBois [mailto:[EMAIL PROTECTED]] >Sent: Monday, August 27, 2001 1:38 PM >To: Sheena Sidhu; Mysql (E-mail) >Subjec

RE: Choosing between Databases.

2001-08-27 Thread Sheena Sidhu
; is misleading esp. to a novice like me or is it that I misunderstood? -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 1:38 PM To: Sheena Sidhu; Mysql (E-mail) Subject: RE: Choosing between Databases. At 1:23 PM -0700 8/27/01, Sheena Sidhu

RE: Choosing between Databases.

2001-08-27 Thread Paul DuBois
able. >Regards, >Sheena. > >-Original Message- >From: Paul DuBois [mailto:[EMAIL PROTECTED]] >Sent: Monday, August 27, 2001 1:19 PM >To: Sheena Sidhu; [EMAIL PROTECTED] >Subject: Re: Choosing between Databases. > > >At 11:10 AM -0700 8/27/01, Sheena Sidhu wr

RE: Choosing between Databases.

2001-08-27 Thread Sheena Sidhu
Innodb has the same issue? Regards, Sheena. -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 1:19 PM To: Sheena Sidhu; [EMAIL PROTECTED] Subject: Re: Choosing between Databases. At 11:10 AM -0700 8/27/01, Sheena Sidhu wrote: >Hello, >I

Re: Choosing between Databases.

2001-08-27 Thread Paul DuBois
At 11:10 AM -0700 8/27/01, Sheena Sidhu wrote: >Hello, >I am looking into choosing between Innodb and BDB. One thing about BDB which >I am quoting from the official site :" >Berkeley DB does not support SQL queries. All access to data is through the >Berkeley DB API. Developers must learn a new se

Choosing between Databases.

2001-08-27 Thread Sheena Sidhu
Hello, I am looking into choosing between Innodb and BDB. One thing about BDB which I am quoting from the official site :" Berkeley DB does not support SQL queries. All access to data is through the Berkeley DB API. Developers must learn a new set of interfaces in order to work with Berkeley DB. A

Re: Choosing between databases.

2001-08-27 Thread Cal Evans
FWIW, I am using INNODB tables in production without a problem. Cal * * Cal Evans * Senior Internet Dreamer * http://www.calevans.com * - Original Message - From: "Sheena Sidhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 12:24 Sub

Choosing between databases.

2001-08-27 Thread Sheena Sidhu
Hello, I am very new to mySQL and researching on the various databases options. Since I needed transactions enabled, so after a lot of research, I narrowed down to innodb and Bdb. But realized that Innodb is in alpha but BDB is very stable. Although I like the features that innodb has