• 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

Firebird Embedded

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to specify the relative path for Firebird embedded? It does not work like this: "jdbc: firebirdsql: //localhost/exam.fdb"...
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where did you get that URL? Searching for "firebird embedded jdbc url" found http://www.firebirdfaq.org/faq350/ where you'll find the correct one.
 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is an example towards the bottom of this page https://github.com/FirebirdSQL/jaybird/wiki/JDBC-URLs

https://github.com/FirebirdSQL/jaybird/wiki/JDBC-URLs wrote:jdbc:firebirdsql:embedded:<database>


Are does this work for you?
 
svetlana ilina
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

svetlana ilina wrote:

Tim Moores wrote:Where did you get that URL? Searching for "firebird embedded jdbc url" found http://www.firebirdfaq.org/faq350/ where you'll find the correct one.


Where I may find file FBEMBED.DLL for MAC OS? I try find it, but there is not embedded

 
Pete Letkeman
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For Mac you may be looking for libfbembed.so which you may be able to get following these instructions
http://www.firebirdfaq.org/Firebird-Embedded-Linux-HOWTO.html
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic