1:27 when I click the file automatically download I can't choose a file. What should I do?
@CodeJava2 ай бұрын
try browsing the files here: downloads.apache.org/
@mohsinabbas8336 ай бұрын
thanks so much you solved my problems
@CodeJava6 ай бұрын
you're welcome. Glad it helped.
@ging99447 ай бұрын
the first derby embedded was okay , but the db network doesnt work when i couldnt found the driver ? can you reply to this sir ? jdk21 is applicable in derby10.17 right ? ?
@reuben47212 жыл бұрын
I don't seem to have the derbyshared file...
@amanchandhoke4 жыл бұрын
I am new to this. If I create a Derby database in Network mode on one device and start the server, how does a user on another device access the database? I am using Java swing applications and converting it to a jar file so that it can be distributed. I want multiple user to be able to access the database at the same time.
@CodeJava4 жыл бұрын
to do so, your client application must specify the IP/hostname of the database server in the JDBC URL. Also allow firewall passing for the java virtual machine. Check this video: kzbin.info/www/bejne/gmSmg3Wslr19gqc
@amanchandhoke4 жыл бұрын
@@CodeJava Cheers. Will have a look and see what I can make out of it. Probably would need some help too. Thanks again
@maghfoorahmad5899 Жыл бұрын
How Can i Create a database in JavaDB without getting a ClientDriver Error ?
@CodeJava Жыл бұрын
provide the appropriate jar files.
@L4NGK45A Жыл бұрын
What if i dont have the derbyshared
@CodeJava Жыл бұрын
try derby.jar
@brazo98 Жыл бұрын
Nice tutorial 😻😻😻🖖🖖🖖🌞🌞🌞
@CodeJava Жыл бұрын
Thank you 🤗
@actkp24763 жыл бұрын
The below error came Java DB (NETWORK) Cannot establish a connection to jdbc:derby:\\localhost:1527\Shopmedb using org.apache.derby.client.ClientAutoloadedDriver (Unable to find a suitable driver)