Re: [PHP] SQLExtendedFetch

2008-09-18 Thread Liz Kim
thanks for all your input. unfortunately, i cannot set up a new database as it is being used by other applications/websites. the versions of odbc, php and apache are all the same... please do let me know if you have any other suggestions! thanks On Wed, Sep 17, 2008 at 5:48 PM, Chris <[EMAIL PRO

Re: [PHP] SQLExtendedFetch

2008-09-17 Thread Chris
If you have Apache on IIS, why not go MySQL. It's a fair bit faster I've found, and a darn site easier to work with; because changing a web server is a lot easier than rewriting an app to use another database ;) -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mai

Re: [PHP] SQLExtendedFetch

2008-09-17 Thread Ashley Sheridan
On Wed, 2008-09-17 at 15:30 -0700, Liz Kim wrote: > I've posted this already but I thought a new subject might help.. > > I have a script which connects to a MS SQL database, executes a query then > displays the result. > There are two identical Apache web servers and one MS SQL database server.