nakagami / pydrda

Pure python Db2 and Apache Derby database driver
MIT License
12 stars 7 forks source link

Derby database location different from when using java org.apache.derby.tools.ij #3

Closed v-machado closed 4 years ago

v-machado commented 4 years ago

Hi, I was not being able to connect to a Database I've set and I realized it was happening because my Derby database default location was on "C:\Users[my user]\", while pydrda was looking for it in the bin folder of my Derby installation folder (C:\Apache\Derby\bin). Do you know if it is a malfunction of the package or if it is some misconfiguration of mine?

nakagami commented 4 years ago

Umm, I don't know why

nakagami commented 4 years ago

derby.system.home ? https://db.apache.org/derby/docs/10.1/tuning/rtunproper32066.html

v-machado commented 4 years ago

It might be. For now I'll just use it in the place where it has set as default. Everything else is just fine so far. Thank you.