[PHP] Re: mysql_db_query and the future?

2002-02-23 Thread Eric Thelin
the combination of mysql_select_db();mysql_query ... compared against mysql_db_query? Thanks a lot for already reading this ;-) Thomas -- Eric Thelin [EMAIL PROTECTED] AZtechBiz.com: Where Arizona Does Tech Business -- PHP General Mailing List

[PHP] Re: some kind of library loader

2002-04-05 Thread Eric Thelin
I have had a similar idea. I also tried the custom error handler aproach and it didn't work here either. I have set the project aside that I was thinking about it for but I do have some ideas that would help and may be able to contribute. I wasn't even able to get php to call my custom error

[PHP] Re: alphabetizing titles when first word begins with 'The','A',etc.

2002-04-12 Thread Eric Thelin
It could be done with MySQL itself by either adding a sort_title field that you make those changes to, by selecting the data into a temporary table then performing the appropriate updates before selecting it ordered properly, or by some crazy complex combinations of the if, index, and substr

[PHP] Oracle persistent connection limit

2002-07-23 Thread Eric Thelin
Is there a way to limit the total number of persistent connection to an oracle database? I know this functionality exists for MySQL through a setting in the php.ini but I haven't found it for oracle. I am in an environment where we have about 10 users that connect to oracle from each of 10

Re: [PHP] Oracle persistent connection limit

2002-07-23 Thread Eric Thelin
That is what I figured. The problem is that oracle doesn't even seem to have per-process limits. Eric On Tue, 23 Jul 2002, Thies C. Arntzen wrote: On Tue, Jul 23, 2002 at 11:00:43AM -0700, Eric Thelin wrote: Is there a way to limit the total number of persistent connection to an oracle

[PHP] Error compiling pdflib extension

2001-10-19 Thread Eric Thelin
am up and running but at some point I will want to upgrade so I will need find the problem. Anyone have an idea? Eric -- Eric Thelin [EMAIL PROTECTED] AZtechBiz.com: Where Arizona Does Tech Business -- PHP General Mailing List (http