Re: Object Oriented Databases with MySQL

2001-06-17 Thread Chris Winters
* Philip Mak ([EMAIL PROTECTED]) [010613 18:21]: > Hello all, > > I've been experimenting with a programming technique idea I had that I > call "Object Oriented Databases". The goal of the technique is to make > programming database driven websites easier by allowing the website code > (I use Apa

Re: Object Oriented Databases with MySQL

2001-06-13 Thread Michael A Mayo
- Original Message - From: "Philip Mak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> > I've been experimenting with a programming technique idea I had that I > call "Object Oriented Databases". The goal of the technique is to make > programming database driven websites easier by allowing th

Re: Object Oriented Databases with MySQL

2001-06-13 Thread Joshua Chamas
Philip Mak wrote: > > Hello all, > > I've been experimenting with a programming technique idea I had that I > call "Object Oriented Databases". The goal of the technique is to make > programming database driven websites easier by allowing the website code > (I use Apache::ASP, which is built on

RE: Object Oriented Databases with MySQL

2001-06-13 Thread Sterin, Ilya
> -Original Message- > From: Philip Mak [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 7:07 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Object Oriented Databases with MySQL > > > Hello all, > > I've been experimenti

RE: Object Oriented Databases with MySQL

2001-06-13 Thread Philip Mak
On Wed, 13 Jun 2001, Sterin, Ilya wrote: > > One of the early problems I'm running into with this style of programming > > is that the flexibility of the MySQL queries is somewhat limited. > > You have to define what you mean by limited. No foreign constraints? They > are now availble with the

Object Oriented Databases with MySQL

2001-06-13 Thread Philip Mak
Hello all, I've been experimenting with a programming technique idea I had that I call "Object Oriented Databases". The goal of the technique is to make programming database driven websites easier by allowing the website code (I use Apache::ASP, which is built on mod_perl) to access the database