Subject | Re: [Firebird-Java] Re: Type 2 vs. Type 4 Performance |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-01-28T08:39:24Z |
> Local connection with isql works fine, but not from my javaCareful, if I remember correctly, isql does not perform local connection,
> application.
but accesses the file directly. That was also a reason of database
corruptions.
> What else can i make wrong ??Start your Java application under root account. If that's the case, you have
permission problems.
Roman