Hello everybody,
I try export the structure of the following table with the db2look statement:
db2look -e -d sample -t table -i xx -w yy -o x:\test.sql
In the output file test.sql the password is missing.
There only stands: connect to sample user xx;
But I want the following output: connect to sample user xx using yy;
Can anyone tell what is wrong in this export statement.
Thanks for help toette