db2struct icon indicating copy to clipboard operation
db2struct copied to clipboard

command not found

Open viyiu opened this issue 7 years ago • 1 comments

how to use it? when haved get ths db2struct , i run the command like:
db2struct --host localhost -d test -t test_table --package myGoPackage --struct testTable -p --user testUser in the gopath , i get the db2struct: command not found

viyiu avatar Sep 14 '18 07:09 viyiu

@viyiu most likely the $GOPATH/bin is not in your $PATH variable. Try running $GOPATH/bin/db2struct --help.

Shelnutt2 avatar Sep 18 '18 19:09 Shelnutt2