16
votes
24answers
3k views
Which embedded database to use in a Delphi application?
I am creating a desktop app in Delphi and plan to use an embedded database. I've started the project using SQlite3 with the DISQLite3 library. It works but documentation seems a bit light. I …
8
votes
4answers
155 views
Database versioning in installed applications using Delphi.
I'm working on a number of Delphi applications that will need to upgrade their own database structures in the field when new versions are released and when users choose to install additional modules. …
8
votes
17answers
581 views
Recommendation needed for good database for Delphi desktop app
I am creating a desktop application written in Delphi and
I am looking for a database for my application.
I'm a bit overwhelmed by the number of available options.
I'd really appreciate some …
8
votes
23answers
2k views
Best database for small applications and tools
What is the best database for small applications and tools?
I used paradox, moved to SQLserver, now I use blackfish.
But is there other small and free databases for small applications and tools.
…
7
votes
6answers
474 views
What are the best practices for database development with Delphi?
How can I use the RAD way productively (reusing code). Any
samples, existing libraries, basic
crud generators?
How can I design the OOP way? Which
design patterns to use for
connection, …
6
votes
9answers
415 views
Exchange Data between two apps across PC on LAN
I have a need of implementing two apps that will exchange data with each other. Both apps will be running on separate PCs which are part of a LAN.
How we can do this in Delphi?
Is there any free …
6
votes
7answers
353 views
Where to start OOP in Delphi mainly focusing on database development?
I want to isolate database code from GUI design. For a reasonable time I've been reading/searching/skimming on topics like mgm/mvp/mvc/persistence/objects etc.
I really have difficulty in designing a …
5
votes
11answers
237 views
Looking for a local database for D2009+
I'm trying to update a legacy app that does all its data storage in a hacked-together system of BDE Paradox files. The program works pretty well, under certain narrow conditions, but it has serious …
5
votes
5answers
739 views
Advice on moving to a multi tier Delphi architecture
We have a relatively large application that is strongly tied into Firebird (stored procedures, views etc). We are now getting a lot of requests to support additional databases and we would also like …
4
votes
6answers
367 views
ADO or DBX using Delphi
Which is better (and for what reasons) to use to connect to MS SQL, Oracle or Firebird from a Delphi Win32 application -- ADO or DBX (Database Express)?
Both allow you to connect to the major …
3
votes
7answers
466 views
What Is The Best Database For Delphi Desktop Applications That Supports Stored Procedures?
I started with Turbo Pascal 3, went to TP5, Bought TP6 called Borland the next day and downgraded to TP5.5. Bought Delphi 3, and now have Delphi 5 Enterprise. I sort of lost interest in writing code …
3
votes
1answer
230 views
Delphi: How to get the value of an output parameter of a stored procedure?
I want to programatically create a SQLDataSet in Delphi and use it to execute a Stored Procedure and get the value of an output parameter. Looks easy but I can't make it work.
Here is a dumb stored …
3
votes
10answers
554 views
Need an embedded/In Memory Database
Hi all,
I need an embedded/In Memory Database which support multithread access.
Thanks!
Leo
3
votes
3answers
620 views
Delphi - adjusting thread sleep time
Hi.
There are several threads in my application that work in the background. They connect to database and execute some time consuming select queries. In most of cases these queries return only …
3
votes
5answers
601 views
Storing SQL field names and general SQL usage with Delphi
I'm starting to write my first Delphi application that connects to an SQL database (MySQL) using the ADO database components. I wondered whether there was any best way of storing the names of the …
