List:MySQL++« Previous MessageNext Message »
From:Sinisa Milivojevic Date:May 18 2004 5:21pm
Subject:Re: populating the result object - 2
View as plain text  
Vinay Sambamurthy wrote:
> Thanks for the suggestions......
> The reason why I cannot use the vector object is becoz.....first of all u
> need to execute a query and do a query.storein(vector).....but in my
> case....i don't want to execute an SQL query....as i have already executed
> a query on my other database the result of which is a string form of the
> xml document......
> so my problem boils down to this......given a set of row and column values
> as strings....can u populate a result object without creating a connection
> or a query object...almost like storing key-value pairs into the result
> object....
> 
> Thanks,
> Vinay
> 


Result was written to be read-only, as this is how queries work.

Why don't you use STL objects instead ??

Why do you insist on Result ??



-- 

Sincerely,

-- 
For technical support contracts, go to https://order.mysql.com/?ref=msmi
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <sinisa@stripped>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB
/_/  /_/\_, /___/\___\_\___/   Full time Developer and Support Coordinator
        <___/   www.mysql.com   Larnaca, Cyprus

Thread
populating the result object - 2Vinay  Murthy15 May
RE: populating the result object - 2Tom Riggs16 May
  • RE: populating the result object - 2Vinay Sambamurthy16 May
RE: populating the result object - 2Tom Riggs17 May
  • RE: populating the result object - 2Vinay Sambamurthy18 May
    • Re: populating the result object - 2Sinisa Milivojevic18 May