Questions tagged as 'derby'

1
answer

derby search by join date

I must select the names of the clients whose service was made on 2012-07-15 SELECT nombre FROM Clientes c JOIN Servicios s WHERE s.Fecha = '2012-07-15'; but I get an error    [Exception, Error code 30,000, SQLState 42X01] Syntax error: E...
asked by 31.10.2017 / 20:41
0
answers

JFrame loses connection to database

I am working with JFrames (login, mainMenu, Administration, Sales) in an application similar to an inventory and supermarket sales, as storage in execution I am working with a binary search tree to represent as nodes each article of the inventor...
asked by 04.11.2017 / 10:25
1
answer

How to insert data and create tables in Java Derby JDCB

I'm trying to run a program for employee entry checks I use the Derby driver in eclipse oxygen. Reading I came across some information and it was very similar to php and prepared statements, my problem is that when running my code the database w...
asked by 14.05.2018 / 19:19