Re: Question about an embedded database engine
- From: "Ken Brumback" <kenneth.brumback@xxxxxxxx>
- Date: Tue, 30 May 2006 15:28:06 -0400
Advantage.
"Ron L." <infopath@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:447c6625$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am looking for an embedded database engine for our analysis application.
The requirements include a good SQL implementation and TDataset
compatability - most of the work will be done by issuing SQL queries - but
some database updates are needed - where a TTable like functionality is
used.
Has.
The issue I need to resolve it concurrent use from my application. It is
currently implemented as a user-interface module that can execute multiple
instances of the analysis engine in concurrent threads.
Thread safe.
Any of the analysis
application threads can access the same database - and so can the
user-interface module. There is also a data transformation module that can
also execute concurrently and could also access the data.
The analysis engine and the data transformation module are each
implemented as an automation object in a stand-alone DLL - they are
executed in-process by the user-interface module.
We currently use MS SQL Server and everything works fine - since the
database server is external to the application and can handle multiple
connections open at once. Since we want to embed the database server for a
sepcific need - we no longer have this advantage and I do not want to
completly change our project's architecture to handle this.
My questions are:
1. Any of the leading products (Nexus, dbIsam etc...) can handle this
easly?
2. Do I need to implement the database access in yet another automation
object that the 3 other modules (user interface, analysis engine, data
transformation engine) will use?
Any pointers and thoughts would be helpful.
.
- Follow-Ups:
- Re: Question about an embedded database engine
- From: J. B. Ferguson
- Re: Question about an embedded database engine
- References:
- Question about an embedded database engine
- From: Ron L.
- Question about an embedded database engine
- Prev by Date: Re: Ping Bruno (Ice Licence | IonWorx)
- Next by Date: Re: Question about an embedded database engine
- Previous by thread: Re: Question about an embedded database engine
- Next by thread: Re: Question about an embedded database engine
- Index(es):
Relevant Pages
|