Release 5 of PHP
July 13 2004 marks the official release date of PHP 5. But so what? Well, as early as 2002 PHP was the most dominant server-side scripting language and it has continued to grow by leaps and bounds since. What started out as a hobby language called, Personal Home Page has grown up to become PHP Hypertext Preprocessor.
Read in <pdf> format
Java Error Display Class
When a method throws an exception, Java requires that it be caught. Some exceptions require action on the programmer's part and others simply need to be reported to the user. The Java class that we will develop in this article is concerned with the latter type of exception. Instead of rewriting code every time you need to catch an exception, you can create a class to do most of the work for you.
Read in <pdf> format
An Access Front-End to MySQL
Using ODBC, Access can connect with a MySQL database. A proprietary front-end to an open-source database? Microsoft and MySQL? Irreconcilable differences would seem to condemn such a union to a rapid divorce.
Read in <pdf> format
Upgrading your Access Application for a Multi-User Environment
MS Access is not an industrial-strength database like Oracle or DB2 and nor does it pretend to be. It is best suited for desktop applications. However, it is often the case that an existing application needs to be upgraded for a multi-user environment. Depending upon circumstances, it is not always necessary to implement a true client/server RDBMS.
Read in <pdf> format

