2 messages in com.mysql.lists.plusplusRe: Initialising Result
FromSent OnAttachments
Sreesekhar Palaparthy18 Jul 2003 03:20 
Sinisa Milivojevic18 Jul 2003 05:31 
Subject:Re: Initialising Result
From:Sinisa Milivojevic (sin@beotel.yu)
Date:07/18/2003 05:31:19 AM
List:com.mysql.lists.plusplus

On 18 Jul 2003 10:21:12 -0000 "Sreesekhar Palaparthy" <sree@rediffmail.com> wrote:

Hi, I want to initialise a Result object, so that i can check for it's emptiness. How do i do that??? I'm not able to access methods of Result class if i not initialise it.

Currrently, it is not easy.

It is recommended practice to use local objects which would call proper
constructors.

You can change this by moving

initialized

to public: and re-build MySQL++.

Regards,