Sigh,
Actually - there was no problem.
The line 
boolean exist = (null == ds);
should have been
boolean exist = (null != ds);
Silly me.
Sorry guys.

Kind regards:
al_shopov


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to