Re: [PHP-DB] Re: Unified DB Query function

2002-07-31 Thread Manuel Lemos
details that PHP ODBC support is uncapable of providing. Regards, Manuel Lemos -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Unified DB Query function Hello, On 07/25

Re: [PHP-DB] Re: Unified DB Query function

2002-07-25 Thread Manuel Lemos
] Re: Unified DB Query function On Mon, 01 Jul 2002 14:55:01 -0300 Manuel Lemos [EMAIL PROTECTED] wrote: Hello, On 07/01/2002 06:46 AM, Casey Allen Shobe wrote: I'm trying to write a unified database query function for an application I have which currently accesses data from both DB2

RE: [PHP-DB] Re: Unified DB Query function

2002-07-25 Thread Andrew Hill
-Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Unified DB Query function Hello, On 07/25/2002 02:34 PM, Andrew Hill wrote: Pierre, Why not use ODBC functions everywhere? I already told you

Re: [PHP-DB] Re: Unified DB Query function

2002-07-01 Thread Pierre-Alain Joye
On Mon, 01 Jul 2002 14:55:01 -0300 Manuel Lemos [EMAIL PROTECTED] wrote: Hello, On 07/01/2002 06:46 AM, Casey Allen Shobe wrote: I'm trying to write a unified database query function for an application I have which currently accesses data from both DB2 and Microsoft SQL from a Linux

Re: [PHP-DB] Re: Unified DB Query function

2002-07-01 Thread Manuel Lemos
Hello, On 07/01/2002 03:01 PM, Pierre-Alain Joye wrote: I'm trying to write a unified database query function for an application I have which currently accesses data from both DB2 and Microsoft SQL from a Linux server. I'm using ODBC functions for DB2, and Sybase functions for Microsoft SQL.

Re: [PHP-DB] Re: Unified DB Query function

2002-07-01 Thread Casey Allen Shobe
On Monday 01 July 2002 01:55 pm, Manuel Lemos wrote: Why do you re-invent the wheeel and don't you use a database abstraction package that handles the database differences of you, like for instance Metabase. Because I had never heard of it. It doesn't appear to have a sybase module anyways,

RE: [PHP-DB] Re: Unified DB Query function

2002-07-01 Thread Cal Evans
: Monday, July 01, 2002 3:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Unified DB Query function On Monday 01 July 2002 01:55 pm, Manuel Lemos wrote: Why do you re-invent the wheeel and don't you use a database abstraction package that handles the database differences of you, like

Re: [PHP-DB] Re: Unified DB Query function

2002-07-01 Thread Manuel Lemos
Hello, On 07/01/2002 05:03 PM, Casey Allen Shobe wrote: On Monday 01 July 2002 01:55 pm, Manuel Lemos wrote: Why do you re-invent the wheeel and don't you use a database abstraction package that handles the database differences of you, like for instance Metabase. Because I had never