-
shell scripting with HSQLDB
Hello,
Attempting to execute sql scripts against HSQLDB database using windows shell, but to no avail. I'm trying to use to RC file or config file to authenticate
db connection. Unfortunately, I don't know how to make the shell visible to determine what error I'm receving, since it's using the method (non-interactive). I've tried the /i switch to make interactive.
I've successfully used inline authentication, e.g.,
java -jar path\to\hsqldb.jar --inlineRc URL=jdbc:hsqldb:file ath/to/database/db1,USER=sa
Here's a sample of what I've done:
in config file, i have the following:
urlid personal
url jdbc:hsqldb:file:/path/to/database/db1;shutdown=true
username sa
password
in windows batch file, i have the following:
java -jar /path/to/database/db1 personal /path/to/script/script1.sql
Lastly, I've tried "/" as well "\", neither has worked.
any help is appreciated.
-
Well it is kind of difficult to offer suggestions on fixing an error if you don't know what the error is.
Are you having a problem with ALL scripts or just one or two?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
shell scripting with HSQLDB
As mentioned in the previous post, I was able to use inline authentication successfully with the script, so the script is fine. I agree it's hard to determine what the error is if I don't know what the error is. That is why if how to make the shell interactive, i.e. visibile to see what error is returned. I also tried piping the result (if any) into a file, e.g. > test1.txt, but to no avail.
any help is appreciated.
Similar Threads
-
By kevin3306 in forum VB Classic
Replies: 4
Last Post: 09-15-2005, 06:32 PM
-
By none_none in forum C++
Replies: 13
Last Post: 04-19-2005, 05:20 PM
-
By Larry Rebich in forum dotnet.announcements
Replies: 0
Last Post: 10-15-2002, 01:20 PM
-
By Anh Ly-Hang in forum Enterprise
Replies: 5
Last Post: 10-19-2001, 05:15 AM
-
By Juergen Thuemmler in forum VB Classic
Replies: 0
Last Post: 06-22-2000, 04:12 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks