Hi all,
I'm interested to test out a JDBC connection to Amazon's SimpleDB using this driver:
http://code.google.com/p/simpledb-jdbc/
The problem is that I cannot find a way to set the two required parameters, secretKey and accessKey. I know how to set parameters for a connection. The problem is that for this particular driver the only property that I see is "remarksReporting".
So my two questions are:
1. How can I tell SQuirreL to let me set additional properties that aren't defined by the driver explicitly?
2. How can I explain to the folks on this project what they need to do to add these properties? I'm looking for the correct vocabulary to explain what needs to be done so that these properties will show up in SQuirreL's list of properties.
Regards,
Matt |