Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

two queries on the same object (Help)
Hi,..
My name is Yuan,..
I am new to Pear

I get this error code :
MESSAGE: You cannot do two queries on the same object (copy it before
finding)
TYPE: PEAR
DEBUG INFO:
CODE: -1


What does it mean?

Where to go to find meaning of error code lika this ?



Thanks



YUAN

Ps. I use  Pear on Seagull Frame work and

here is a piece of code i am trying to do :

// Generate select box of Client specific to entity
$oClient = & new DataObjects_Client();
if($output->isJSO != 1) $oRateType->whereAdd("entity_id =
$iEntityID");
$oClient->orderBy('organization_name');
$result = $oClient->find();
if ($result > 0) {
$aClient = array();
while ($oClient->fetch()) {
$aClient[ $oClient->client_id ] =
$oClient->organization_name;
}
}
$output->Client = SGL_Output::generateSelect($aClient);

Report this thread to moderator Post Follow-up to this message
Old Post
Yuan N Yudistira
08-26-04 01:56 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Pear archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:52 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.