Subject Re: [Firebird-Java] Re: Trying to run TrackStudio :-)
Author Michael Ludwig
the_a_rioch schrieb am 03.07.2012 um 07:25 (-0000):
> > And in ISQL you can always see that by saying:
> > SQL> show database;
>
> That is a bit different question.
> In answers "how to look what i've done"
> And my concern was if simple instructions about db creation were
> reliable.
> They are not.
>
> They are dependent upon environment settings made way before.

They are. But isn't that the same as java.io.FileReader :

Convenience class for reading character files. The constructors of
this class assume that the default character encoding and the default
byte-buffer size are appropriate. To specify these values yourself,
construct an InputStreamReader on a FileInputStream.

http://docs.oracle.com/javase/6/docs/api/java/io/FileReader.html

But I may have got you wrong.

Michael