• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Just forgot how to connect to an Embedded JavaDB Database

 
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After destroying all my connection data, plus re-installing windows, I forgot how to
connect to my Embedded JavaDB database under NetBeans anymore
I sort of recall the url which was something like
jdbc:derby:localhost:1527/ICJB
and the user was
cris
and the p/w as
xxxx
and I wasn't able to connect
I have set the path name of the database
like C:\Jacky\CRIS\db
What am I missing?
Thanks
Jack


 
reply
    Bookmark Topic Watch Topic
  • New Topic