Articles

CSharp and ASP Dot Net using Interbase via ODBC Example
There are a few hidden things you need to do in order to make the connection possible. You need to make sure you have odbc.dll on your machine and then use a special compiler switch etc. The code will explain all that and more.
Delphi Tools that will Help You
Presentation for Toronto Delphi User Group (TDUG) on Apr/2/2003. Most of the tools are free. It includes a mixture of tools, libraries and components.
Can Good Object-Oriented Design include Data-Aware Controls?
Many claim data-aware controls cannot co-exist with correctly designed object-oriented code. I intend to dispel that myth.
Tables vs. Query Components - Differences between Desktop and C/S databases
The reason there are both Table and Query components is due to the fact there are table-oriented databases like Dbase, Paradox, or Access, and there are set-oriented databases like Interbase, Oracle, and MSSQL. These different types of database systems work and behave differently from one another and the same methods of access cannot be equally applied.
Browsing Large Volumes of Data
A common issue encountered when moving from legacy applications to C/S and multitier designs is performance due to displaying large numbers of records