Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesDatabase Management

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old January 25th, 2003, 04:48 AM
RyanA RyanA is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 23 RyanA User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ADOdb query - how to return an associate array?

I can't figure out how to write an ADOdb query to retrieve the results as an associate array. Here is my current code
PHP Code:
// Get data to populate Computer fields
        
$query "SELECT computer.conn, computer.proc, computer.ram, computer.vid
                    FROM computer
                   WHERE computer.uid = $uid"
;

        if (!
$result $dbconn->Execute($query))
        
$output->Text($dbconn->ErrorMsg());

        list(
$comp) = $result->GetRows(); 


The result is the array $comp which contains the four values.. however, I need to refer to them as $comp[conn] rather than $comp[0]

ADOdb has the GetAssoc() function, but that places the results inside of $conn

EDIT: I just noticed that this was the wrong forum to be posting this in. ADOdb is a PHP class designed to interact with multiple RDBMS' and as such the question belongs in the PHP forum. I will re-ask in the proper forum. Please delete this post.

Last edited by RyanA : January 25th, 2003 at 11:06 AM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > ADOdb query - how to return an associate array?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway