Tagged Questions

4
votes
10answers
181 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 …
8
votes
4answers
150 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. …
1
vote
6answers
237 views

How Should I Implement a Huge but Simple Indexed StringList in Delphi?

I am using Delphi 2009. I have a very simple data structure, with 2 fields: A string that is the key field I need to retrieve by and is usually 4 to 15 characters in length. A string that is the …
0
votes
4answers
102 views

Is it possible and safe to have multiple TDataSources reffering one TDataSet descendant component ?

Hi there! I'm designing database app with ZeosLib. On one form I have some Lookups that should refer to the same dataset. Is it safe to create one TDataSet descendant and then connect few …
3
votes
7answers
464 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 …
0
votes
5answers
140 views

Problems opening Access Database from Delphi 7

I am developing Delphi 7 application, which is operating with Access Database (MDB format). It works fine on my PC, and some other PCs as well. But on some machines application gives error when trying …
0
votes
4answers
73 views

Is it possible to use the adoquery result as a string?

Im using the ado components to connect to an ms sql database. I know how to show the result of a query in db grid. But i want to store the results as string in an array for example. Is this possible …
8
votes
17answers
577 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 …
2
votes
3answers
189 views

How can I work with Chinese characters from a database?

I am facing problem capturing Chinese characters in a dataset. In Delphi 2010 I have tried two kinds of components: Delphi default Developer Express components As result, those components that do …
6
votes
9answers
404 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 …
0
votes
1answer
97 views

how to insert data DBGrid to TlistItem with delphi?

hello all Friends.......... how to insert data Db Grid to TlistItem with Delphi? thanks for help?????????
2
votes
1answer
156 views

Delphi ODBC Connection Dialog Component ?

Hi, I am thinking about adding ODBC database connectivity to an application. The user will at runtime configure and select their database odbc connection. Are there any components that will give …
3
votes
10answers
551 views

Need an embedded/In Memory Database

Hi all, I need an embedded/In Memory Database which support multithread access. Thanks! Leo
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. …
4
votes
6answers
364 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 …

1 2 3 4 next
15 30 50 per page