Re: [PHP] Which DB abstraction ?

2001-06-21 Thread Manuel Lemos
Hello Robert, On 21-Jun-01 00:44:23, you wrote: >Hi, >I am in a middle of the process of chosing which DB >will be used for future projects. I've been using >Mysql for almost 5 years (coupled with php of course) >but it seems to have reached it's limits (actually the >lack of some features).

RE: [PHP] Which DB abstraction ?

2001-06-21 Thread Andrew Hill
Robert, Whichever you choose, using ODBC will further insulate you from the 'pain' of adopting other databases. Also, ODBC by itself will give you a great deal of db abstraction. There are HOWTO's on setting up PHP with the iODBC Driver Manager (needed to use ODBC drivers) at www.iodbc.org Bes

Re: [PHP] Which DB abstraction ?

2001-06-22 Thread Dallas K.
quot; <[EMAIL PROTECTED]>; "php mailing list" <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 7:08 AM Subject: RE: [PHP] Which DB abstraction ? > Robert, > > Whichever you choose, using ODBC will further insulate you from the 'pain' > of adoptin