i work in a large corporation and the servers are
owned/administered/managed by another department that is reluctant to
give us direct access to the SQL databases. If they were to give us
access, this would all be moot, but in the mean time, one possible
workaround is to have them export their databases as flat files and use
this solution to parse/modify it.
> > Hey all,
> > Was wondering if there was an API or somethign for tomcat that woudl
[quoted text clipped - 8 lines]
> to install, handles large files well, and has a ton of uses with Tomcat,
> such as maintaining a db of users and their passwords.
IchBin - 09 Jun 2006 22:32 GMT
> i work in a large corporation and the servers are
> owned/administered/managed by another department that is reluctant to
[quoted text clipped - 15 lines]
>> to install, handles large files well, and has a ton of uses with Tomcat,
>> such as maintaining a db of users and their passwords.
I know that HSQL can work with a flat file as a database. HSQLDB is 100%
Java and has a real small footprint. Else they have a utility to upload
data into a HSQLDB database.
http://www.hsqldb.org
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Mark Space - 10 Jun 2006 00:19 GMT
> i work in a large corporation and the servers are
> owned/administered/managed by another department that is reluctant to
> give us direct access to the SQL databases. If they were to give us
> access, this would all be moot, but in the mean time, one possible
> workaround is to have them export their databases as flat files and use
> this solution to parse/modify it.
Of course, work politics supersedes everything else, but why not set up
your own DB on your own machine somewheres, then export from their DB to
yours on some sort of regular basis? This would seem to me to be much
easier than trying to manage flat files...
Just a thought.
Lord Farquod - 12 Jun 2006 15:08 GMT
dunno. guess my boss has some reason for not wanting to set up a DB
here. probably the paperwork.
> > i work in a large corporation and the servers are
> > owned/administered/managed by another department that is reluctant to
[quoted text clipped - 9 lines]
>
> Just a thought.