With a database in a jar file, I can access it from ij with the url
ij.connection.doc=jdbc:derby:jar:(./docentries.jar)docentries
My derby.properties contains also
derby.ui.codeset=utf8

Once connected a statement 
select data from authors where name1 like 'Foffi%'
works correctly.


Now, from my java class, I connect with
jdbc:derby:jar:(./docentries.jar)docentries;derby.ui.codeset=utf8

but I can't run any select statement: I still got a 
Column name1 not found 

Thanks for any clue

François 

(In my previous message please read "I use two files instead" of "I use to 
file" ... ain't easy to use derby; I'm tired)

Reply via email to