RE: [PHP-DB] PHP on WIN32 with DB2 CLI

2001-04-02 Thread Chris Book
I'll just stick with ODBC. Thanks, Chris Book [EMAIL PROTECTED] -Original Message- From: Dan Scott [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 11:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] PHP on WIN32 with DB2 CLI Actually, CLI is almost function-for-function the same

Re: [PHP-DB] PHP on WIN32 with DB2 CLI

2001-04-01 Thread Dan Scott
Actually, CLI is almost function-for-function the same as ODBC. The PHP implementation of ODBC is quite a simplified version, but it covers most of the basic function. Chris, what is it that you are trying to do, specifically? Dan Phil Jackson wrote: Chris - I think to use DB2's CLI

Re: [PHP-DB] PHP on WIN32 with DB2 CLI

2001-03-29 Thread Phil Jackson
Chris - I think to use DB2's CLI interface, you need a compiled langauge, like some flavor of C++ or VB. I've seen some examples using the CLI interface, so my question is why on earth would you chose that over generic ODBC? That CLI is nasty-looking, pages of code versus what you can do in a