Re: Embedded Interbase?



Bryce K. Nielsen wrote:

> Stand-alone EXEs would use them. Think, for example, an application
> like QuickBooks. It uses Access (I think), but the end user doesn't
> know, nor care, nor see anything going on "behind the scenes".
> There's no service running, etc. It's all contained or "embedded"
> within the application. If I didn't use a database for the app.
>
> I'm writing, then I'd have to figure out some other kind of in-memory
> data representation and storage, probably via XML files. I prefer
> using a database, especially since I'm using Delphi, but I don't want
> my clients to have to ever bother with administering the database.
>

Have you seen this (delphi only ;-)):
http://fhasovic.blogspot.com/2005/05/delphi-unit-to-embed-firebird-into-
exe.html

and
http://fhasovic.blogspot.com/2005/05/delphi-unit-to-embed-firebird-into-
exe_17.html

BTW, with Firebird embedded, best part is this: you can change it in 2
minutes. Once you have everything running with the embedded server, you
just need to install the server (easy to download, install with a few
clicks), and change the conection string. In your aplication, you don't
need to change nothing more, even the DLL for embedded will be the
same. (The DLL it's "smart" - when you connect locally, it will run as
a embedded server, if you try a TCP/IP or NetBEUI connection, it will
act as a client and it will redirect the calls to the calling server).


> -BKN



--
Best regards,
Fikret Hasovic http://fikret.fbtalk.net
USAID TAMP Senior Programmer

* Firebird Foundation member.
- Join today at http://www.firebirdsql.org/ff/foundation
* JEDI VCS contributor
http://jedivcs.sourceforge.net/
* Firebird and Fyracle news
http://www.fyracle.org

Posted with XanaNews 1.17.5.9
.



Relevant Pages

  • Re: Looking for database that is easy to install
    ... The user will have to install the database ... but you can make that as part of your script ... for Firebird --for the desribed usage. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Embedded Interbase?
    ... > BTW, with Firebird embedded, best part is this: you can change it in 2 ... Once you have everything running with the embedded server, ... > just need to install the server (easy to download, ... being a non-install, embedded database. ...
    (borland.public.delphi.non-technical)
  • Re: Time to migrate from Access DB to???? ---- Need recommendations
    ... Firebird is the conitinuance of the source from the once greatest ... spinoff is Firebird wich is actually, really a great datbase if costs oare ... However as i said before my main database is SQL 2005, ... i would say go for SQL 2005 as it is in my opinion the dream of every VS.net ...
    (microsoft.public.dotnet.languages.vb)
  • Re: AnySQL Maestro (freeware cross-database tool)
    ... Freeware ODBC Driver for FireBird that supports v2.0+? ... but powerful cross-database management tool for all the database ... The SQL Maestro Group Team ...
    (borland.public.delphi.thirdpartytools.general)
  • DBSync for Firebird and MS SQL 1.0.0
    ... DBSync for Firebird and MS SQL is a database synchronization tool ...
    (comp.software.shareware.announce)

Loading