1
vote
7answers
186 views
Parameters in query with in clause ?
Hi all,
I want to use parameter for query like this :
SELECT * FROM MATABLE
WHERE MT_ID IN (368134, 181956)
so I think about this
SELECT * …
0
votes
1answer
142 views
Importing schema with XMLmapper in Delphi ?
Hi,
I try to import some valid schema (for xmlspy and oxygen) with XMLMapper in delphi and I have this error
"Error Flux if:InfofileType unknown".
I use namespace and this …
0
votes
Last printer used when printing with Fast Report (in Delphi)
Hi,
You can store your default printer for your application in your registry and get it before you print.
…
1
vote
Best database for small applications and tools
I'm Firebird user and fan and not the only one :
it's free (not …
2
votes
The best reporting component for Delphi ?
Another thing very interesting : support is very good with Fast Report Team !
Just ask one question and you get your answer very quickly : you can also ask for some improvement and if it do …
0
votes
what is the best free ftp component for delphi
You can also check ICS TFtpCli
http://www.overbyte.be/frame_index.html
…
0
votes
Advice on moving to a multi tier Delphi architecture
You can also investigate Midware http://www.overbyte.be/frame_index.html
…
18
votes
What language do I use for my project?
I think if you have Delphi knowledge in your company : it is a very good choice for Desktop application and as …
1
vote
0
votes
Migrating client app to FB 2.1
There is also some dbx drivers for Firebird in UIB in \Misc\dbexpress
For completing this I know also dbx drivers for Delphi 2007/2009 at IBExpert
…
0
votes
Delphi - Network ODBC Database (MS Access)
Sometime moving from one DB to another is very easy.
I migrate from Access to Firebird very easily (I think Firebird is better than …
0
votes
1
vote
Migrating Delphi App to Java or to Web App
If you have some Delphi application using Datasnap : you can also re use your server made in Delphi with Datasnap in Delphi Prism and make Silverlight application.
And the same is true for …
0
votes
Where can I find free open source dbexpress driver for mysql
I find this here
(In fact it is not really for MySQL but MySQL via ODBC and I never test them)
I also find …
0
votes
Qt or Delphi… If you were to choose one over the other?
I heard people speaking about Qt. So 2 weeks ago I install it because I'm curious.
I allready uninstall it (not because it is bad because I don't test it enough to judge it) but because I would pr …
