0
votes
4answers
63 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 …
3
votes
7answers
418 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 intere …
0
votes
5answers
112 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 giv …
2
votes
3answers
170 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, thos …
8
votes
17answers
560 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 app …
0
votes
1answer
75 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?????????
6
votes
9answers
356 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?
…
2
votes
1answer
128 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 compon …
3
votes
10answers
522 views
Need an embedded/In Memory Database
Hi all,
I need an embedded/In Memory Database which support multithread access.
Thanks!
Leo
4
votes
6answers
334 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 …
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 applicati …
1
vote
5answers
210 views
How To Transfer data from one database to another Database? [closed]
Hello All Friends..........
Transferring data from one database to another
2
votes
4answers
227 views
Delphi: using BigInts from a database
I´m using Delphi 7 with devart dbExpress to connect to SQLServer.
The problem is that when I add a bigInt field to a ClientQuery it comes as TFMTBCDField.
And the TFMTBCDField don …
1
vote
5answers
166 views
Communication among clients in Delphi 2009
I wanna build a Win32 app of Client/Server (or 3-tier) type with follow features:
When the "A" client does a modification (update,insert, etc) into a database, the rest of client …
3
votes
1answer
192 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.
Her …
