|
When I tried running the sample program off of
PoolMan's site: PoolManSample.java. I get odd results from my mySQL
table.
There are three elements in my table, a user and
password, each of whic are of datatype char. and then the user's home directory
which is of datatype text:
Here are the results I get
user: ryan pass:
ryan123 home: [B@a992f
user: adam pass: adam123 home: [B@4f1d0d user: chris pass: chris123 home: [B@7c4bec user: mike pass: mike123 home: [B@5c8569 home should be something like
/home/ryan/
Anyone know why this is?
-ryan
|
