Advertisement
Guest User

Untitled

a guest
Feb 25th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. java -classpath /hsqldb/2.3.2/hsqldb-2.3.2.jar:/hsqldb/sqltool/2.3.2/sqltool-2.3.2.jar org.hsqldb.cmdline.SqlTool --sql "dt" --inlineRc url=jdbc:hsqldb:hsql://localhost:8887/myDb,user=sa,password=
  2.  
  3. TABLE_SCHEM TABLE_NAME
  4. ----------- -----------------------------
  5. PUBLIC USERS
  6. PUBLIC USER_ADDRESS
  7. PUBLIC USER_PHONE
  8.  
  9. java -classpath /hsqldb/2.3.2/hsqldb-2.3.2.jar:/hsqldb/sqltool/2.3.2/sqltool-2.3.2.jar org.hsqldb.cmdline.SqlTool --sql "dt" --rcFile /hsqldb/setup/sqltool.rc
  10.  
  11. SEVERE Error at '--sql' line 1:
  12. "dt"
  13. We are not connected to a Data Source, but one is required for this action
  14. org.hsqldb.cmdline.SqlTool$SqlToolException
  15.  
  16. # This is for a hsqldb Server running with default settings on your local
  17. # computer (and for which you have not changed the password for "sa").
  18. urlid uPortalDb
  19. url jdbc:hsqldb:hsql://localhost:8887/myDb
  20. username sa
  21. password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement