Tags
Android AngularJS APN C# Cell C Checklist CV eScript Ethics FJUG Google Guava Graduate HyperSQL Interview Java Java Data Bean JavaScript Jenkins JGoodies JGoodies Binding Job Search Jozi JUG JSUG Marketing Marketing Smell Maven NetBeans NetBeans Platform Open Source Oracle Permission marketing Recruitment Renjin Rhino Samsung Galaxy Tab Ship it Siebel SiebelDataBean Software AG SqlTool Static Analysis Swing Tetrad IT University webMethods-
Recent Posts
-
Twitter
-
I just posted Spring Slueth Stops JMSListener Consuming Messages, read it here: https://t.co/n4YMlpGwBr 3 years ago
-
@CityPowerJhb "Tell people (roughly) how long they have to wait and they are more accepting of the delay" https://t.co/ExRkMAFgKW 5 years ago
-
@Afrihost Both on Vuma though? 5 years ago
-
Recent Comments
- N Vins on Unit Testing WebMethods Services With JUnit
- Sebastian George on Using Subversion With Siebel
- Graham Perry on Formatting a Rhino JavaScript Date object
- Farissi on WebMethods Throws NullPointerException When Calling Flow Service In Debug Mode
- Abhisek on Using Subversion With Siebel
Categories
Archives
- July 2021
- October 2019
- April 2017
- January 2017
- October 2015
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- November 2013
- August 2013
- June 2013
- May 2013
- April 2013
- March 2013
- June 2012
- May 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- August 2010
Meta
Monthly Archives: December 2011
Connect To HyperSQL Database Via SqlTool
The following command executed in the lib directory of the HyperSQL tool will connect to a HyperSQL database: java -cp sqltool.jar;hsqldb.jar org.hsqldb.cmdline.SqlTool –inlineRc url=jdbc:hsqldb:file:path_to_db\db_namejava -cp sqltool.jar;hsqldb.jar org.hsqldb.cmdline.SqlTool –inlineRc url=jdbc:hsqldb:file:path_to_db\db_name Remember to run commit; before exiting the tool as any statements … Continue reading
HyperSQL SqlTool: Header has X columns, but input record has Y column values
I received the following error when attempting to import data into HyperSQL via the bundled SqlTool from a CSV file generated by MSSQL Server. Header has 17 columns, but input record has 14 column values Normally this indicates just what … Continue reading
Amazon EC2 Elastic Beanstalk Basic Authentication
I wanted to set up a secure update center for a NetBeans Platform application Tetrad IT is working on. I also wanted to play with Amazon EC2… As the update center is for Tetrad staff only I wanted to do … Continue reading
Posted in Programming
Tagged Authentication, Cloud, EC2, Elastic Beanstalk, Java, NetBeans Platform, Tomcat
3 Comments