Re: [PHP-DB] connect to filemaker via odbc

2002-04-09 Thread Joshua Hoover
. Hope that helps, Joshua Hoover Hi, has anybody experience with connecting to filemaker via odbc. thanx -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] cron job

2002-02-18 Thread Joshua Hoover
Hi Jen, Remove the WHERE clause (in your code: WHERE uid={$session[uid]}) in your query and that will update all rows in the table. Hope that helps, Joshua Hoover Ok I have the cron job figured out. The only thing I would like help with is how to update all users in a table. This just

Re: [PHP-DB] Persistent Connections

2001-11-21 Thread Joshua Hoover
According to the docs and everything I've seen with PHP and persistent connections, you don't have to close the connection since PHP will simply reuse. Joshua Hoover Howdy--I have a question about persistent connections and their behavior: Apache 1.3.2 / PHP 4.0.6 - as a module Win2k

Re: [PHP-DB] PHP and MS SQL 2000 Performance

2001-11-19 Thread Joshua Hoover
-in? Third, is performance from an ODBC client and/or remote Query Analyzer client slow performing the same queries? Fourth, did you check your SQL Server box and look at the activity on it? Is SQL Server or some other service hogging resources? Thanks, Joshua Hoover We're only running one database

Re: [PHP-DB] MySQL too many connection problems

2001-11-13 Thread Joshua Hoover
running. If you do, then you're going to be opening at least that many connections which will only make your problems worse. Hope that gets you pointed in the right direction. Joshua Hoover Hi folks-- I'm working on an installation of phpshop 0.6x and have started getting too many