Do you always make a change in Firebird database configuration setting? This nice & handy tool will safe you if you're a beginner or perhaps want to have more organize tool to edit the Firebird database configuration. That tool for me is more convenient than edit it manually with my favourite editor Notepad++.
What is Firebird database configuration setting? it's a "firebird.conf" file in your Firebird installation directory, it's a ordinary text file with some setting that effect the behaviour of your Firebird database. So thank's to Jhonny Suárez for his great contribution tool for Firebird communities.
Kamis, 2009 Mei 21
Selasa, 2009 Maret 10
Time to switch to ZeosDBO
Long time I not write in this blog. After I read in FirebirdNews.com that said IBObject (a component to direct access to Firebird/Interbase) is no longer free, it is due to the author problem that said in this IBObject support list. So why not switch to ZeosDBO that for long time ago always open source product and free. Now Zeos still in development in version 7 that will support BDS 2009 and the snapshot already can be used for experimentally. Here is the link to the Zeos forum
Rabu, 2008 November 19
count(*) VS count(somefield)
What is the difference between "select count(*) from sometable" and "select count(somefield) from sometable"? The answer is simple, the "count(*)" will count all the record on that table. The "count(somefield)" will count all the record which is that field is not null. So the result of that 2 query may different. Example:
I have a table foo which has the record like this:
id name
1 XXXXX
2 YYYYY
3
4
select count(*) as cntall, count(name) as cntname from foo
The result of the above query is:
cntall cntname
4 2
I have a table foo which has the record like this:
id name
1 XXXXX
2 YYYYY
3
4
select count(*) as cntall, count(name) as cntname from foo
The result of the above query is:
cntall cntname
4 2
Minggu, 2008 September 14
The Future of Zeos
Here is the link about the future development of Zeos. Thank's Mark for the news :) also I hear from Mark (ZeosLib Most Valuable Person) that he receive invitation to attend in Firebird Conference!! it's look that Zeos get famous among Firebird user that use Delphi or Lazarus. It's a great news, you must attend Mark :) we support you.
Minggu, 2008 Agustus 10
08.08.08 Version Phenomena
08.08.08 is a lucky number in Chineese tradition as in the opening of the Beijing Olympic 2008. But also many software that release it stable version on that day :) for example here is my favourite software that has 08.08.08 release version:
1. ZeosDBO (look at my previous posting)
2. CnPack IDE Wizards (open source Delphi add-on like GExpert)
3. IBExpert Personal Edition (free version of IBExpert, the famous Firebird GUI management)
If you also use that software then probably you want to check out it's new version :) Happy download and wish Beijing Olympic 2008 held with success.
1. ZeosDBO (look at my previous posting)
2. CnPack IDE Wizards (open source Delphi add-on like GExpert)
3. IBExpert Personal Edition (free version of IBExpert, the famous Firebird GUI management)
If you also use that software then probably you want to check out it's new version :) Happy download and wish Beijing Olympic 2008 held with success.
Jumat, 2008 Agustus 08
ZeosDBO 6.6.3-stable is Released
Today (the same day with the opening of the Beijing Olympic Games 2008) ZeosLib version 6.6.3 stable is officialy release. The list of the download files (the component itself and the documentation) can be found here
Thank's for this great components. Bravo ZeosLib Development Team!!!
Thank's for this great components. Bravo ZeosLib Development Team!!!
Kamis, 2008 Juli 31
ZeosDBO 6.6.3-stable Snapshot is Out
Hi, there is a good news :) finally zeos version 6.6.3-stable is out (the snapshot/draft version)!! You can download it here The official release maybe will released on 8-8-2008 (Opening of the Beijing Olympic :D). For now there is some documentation work on it.
Now Zeos can work with Firebird 2.1, just use the 2.0 protocol to connect :)
Now Zeos can work with Firebird 2.1, just use the 2.0 protocol to connect :)
Langgan:
Entri (Atom)
