> hello,
>
> I need to use commands mentioned in title
> in my c# application,
Most of teh commands which you use when you aer connected you can invoke
via the admin_cmd() procedure. I.e. if you have SQL you can do them.
CREATE DB is a bit of a chicken-egg problem.
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Sebastian Ciesielski - 26 Nov 2007 08:44 GMT
> Most of teh commands which you use when you aer connected you can invoke
> via the admin_cmd() procedure. I.e. if you have SQL you can do them.
> CREATE DB is a bit of a chicken-egg problem.
admin_cmd supports only several commands,
i'm going to use clp commands to automatic update database
S.