I cannot find out how to get org.firebirdsql.management.FBManager
to work.
I use Jaybird driver 2.2.2, the message I get is:
package org.firebirdsql.management does not exist
I can connect to an existing DB, but when I try to use FBManager I'm stuck with this error.
Solved! It was due to the fact I did not imported the full driver package within my project in Netbeans. Once I did it , adding the Jaybird...jar file to the libraries everything worked ok. Thanks for any naswer. Gianluca