On MS Access applications, usually I use subreport objects with SQL queries of their own, linked to the main report…
-
-
On this occasion, we have a PHP/Firebird application.
-
After years of torturing their SQL Server users, Microsoft provided a "better" way of paging records in version 2005, and…
-
Ingredients for our web application are Apache HTTP Server 2.2, PHP 5.2, Firebird 2.1 and Oracle 10g Express Edition.
-
I've been planning to improve this application by adding a SQLite database...
-
Just a way of using temporary tables in Microsoft SQL Server, if you want to duplicate one or more records…
-
The problem: When we use formulas on text boxes in the report footers of MS Access reports, such as "=sum(a_field_in_header)",…
-
For those who are still using ancient data types such as CHAR be careful if you are also using REPLACE…
-
First version ...
-
Designing a perfect entity relationship diagram for our database together with a marvellous table structure is never good enough...