ninesided

4,086
reputation
328 views

Registered User

name ninesided
member for 1 year
seen yesterday
website
location Edinburgh, Scotland
age 27
:-)
Dec
18
awarded  Popular Question
Dec
2
answered Which Swing layout(s) do you recommend?
Dec
1
awarded  Popular Question
Nov
23
awarded  Notable Question
Nov
20
accepted In Perforce command line, how to diff a file reopened for add?
Nov
20
answered In Perforce command line, how to diff a file reopened for add?
Nov
16
comment What’s the best way of diffing Crystal Reports?
this does sound pretty handy, is it something you'd be happy to put up in a GitHub repository or something?
Nov
16
answered check if a site exists with PHP
Nov
16
revised Inheritance vs Static in Java
spelling
Nov
14
accepted Adding a watermark to a JTextArea
Nov
13
revised Adding a watermark to a JTextArea
added 248 characters in body
Nov
13
comment Adding a watermark to a JTextArea
you can just setOpaque(false) and that solves that little problem.
Nov
12
answered How to join attributes in sql select statement?
Nov
12
comment return a default row in sql
nice, I've never seen that before
Nov
12
answered return a default row in sql
Nov
12
answered Adding a watermark to a JTextArea
Nov
12
comment ways to add invisible components into JPanel ?
Sun has an excellent example: java.sun.com/docs/books/…
Nov
12
comment ways to add invisible components into JPanel ?
I disagree completely, GroupLayout and SpringLayout were both written with GUI builders in mind but are both significantly easier to work with than GridBagLayout when hand coding. If I could -1 your -1, I would.
Nov
12
answered ways to add invisible components into JPanel ?
Oct
22
comment How do I unlock an Oracle user’s account from Java?
Thanks for the advice. The statement works perfectly in SQL*Plus, I have checked the connection details for the database dozens of time and it is definitely the correct database and there are no other processes that could make this change other than the one I'm trying to test.
Oct
22
comment How do I unlock an Oracle user’s account from Java?
Oracle 10g, statement works perfectly in SQL*Plus.
Oct
22
comment How do I unlock an Oracle user’s account from Java?
I agree wholeheartedly, unfortunately I have a specific requirement which necessitates this approach. The application is intended as a simple support tool and will only ever be able to lock/unlock a user account and change a user's password.
Oct
22
comment How do I unlock an Oracle user’s account from Java?
a commit is not required for an ALTER USER
Oct
22
comment How do I unlock an Oracle user’s account from Java?
I thought you might have been on to something here, but it makes no difference...
Oct
22
comment How do I unlock an Oracle user’s account from Java?
Sadly not. It runs, but doesn't affect the account status change.
Oct
22
asked How do I unlock an Oracle user’s account from Java?
Oct
16
comment Create a Java File object (or equivalent) using a byte array in memory (without a physical file)
also works perfectly with 'addAttachment'
Oct
15
answered Oracle: How can I select records ONLY from yesterday?
Oct
15
comment Oracle: How can I select records ONLY from yesterday?
If, as I presume, there's an index on tran_date on which this query relies, calling a funtion on the indexed column like this will decimate the performance of the query.
Oct
12
accepted How do I get a list of locked users in an Oracle database?
Oct
10
asked How do I make my Java application identify itself to Oracle on connection?
Oct
10
answered How do I get a list of locked users in an Oracle database?
Oct
10
asked How do I get a list of locked users in an Oracle database?
Aug
28
awarded  Popular Question
Aug
24
accepted What’s the best way to implement a SQL script that will grant select, references, insert, update, and delete permissions to a database role on all the user tables in a database?
Aug
12
awarded  Yearling
Aug
6
comment Massive MySQL Query
the first question I feel compelled to ask is why you're storing the date as a bigint?
Aug
5
comment What would you do to avoid conflicting data in this database schema?
I think the point is that without some means of recording what is or isn't allowable in the database, the trigger can't determine whether data which is valid actually makes sense.
Aug
5
answered What would you do to avoid conflicting data in this database schema?
Aug
3
comment Select query takes 3 seconds to pull 330 records. Need Optimization
@marc_s, I'd give you +1 if I could for using the word indices instead of indexes, like the plebs ;-)
Jul
30
comment Can I get file path from Swing to explorer
I think perhaps I am misunderstanding your question. Are you trying to drag and drop a File object from a Java application, to an Explorer window and have it copied to that location? Or are you trying to copy the path of a file from Java to the Explorer window? If the former, this is not possible.
Jul
30
revised Can I get file path from Swing to explorer
added 325 characters in body
Jul
30
answered Can I get file path from Swing to explorer
Jul
29
comment What are the advantages to Perforce?
I disagree with almost every statement you've made here. File encoding is configurable, if you set up Perforce incorrectly, that's not their fault. Scripting is awesome, and with so many languages supported (Java/Python/Ruby/.NET etc) the barrier to entry is pretty low. The scripting of an SCM is almost always bespoke to chosen software, I can't think of a single case where this is not the case. I can't really comment on taking a server down as I've never seen it happen, even syncing the entire depot between the UK and Australia.
Jul
29
comment What are the advantages to Perforce?
I don't think it's fair to judge the whole SCM on the merit (or lack thereof) of an optional plugin. I use Perforce daily, with Java but without the plugin. I just handle the source control outside of Eclipse. Easy as.
Jul
16
revised Representing Monetary Values in Java
spelling
Jul
15
comment Is this a good design for an audit table with tons of records?
in addition to an audit id on the audit table you'd also need a timestamp of some kind for this to be workable
Jul
15
comment Encrypt Password in Configuration Files? (Java)
+1 for using a KeyStore! It's nothing more than obfuscation if you're storing the key in the Jar file.
Jul
13
revised [iphone] How to rotate image around center point automatically with finger touch
removed personal contact details added tags
Jul
13
comment What is a less pleasing sounding name for the waterfall process?
+1 for Landslide :-)