October 27, 2009nMicrosoft SQL is a relational database management system that is widely used in organizations to store data for customers and for accounting etc. MS SQL Server database is designed around the tables, each having several columns. SQL Server uses MDF file to save the records, views, triggers, primary keys, foreign keys, indexes and other SQL …Read More
July 2, 2009MySQL is a heavy-duty database server.Visit at http://free-websitemaking.blogspot.comn Used with various software languages, most notably PHP, and part of the LAMP family (which is comprised of Linux, Apache, MySQL, and PHP),nWhether it’s a customer relations management list or medical records, any data you have that needs storing, is stored on a database. You will need a …Read More
July 2, 2009I’ll demonstrate a simple example on how to connect to mysql using PHP’s PDO class. Just some of the benefits of PDO is that it’s fast and if you use the PDO::prepare() method it will prevent SQL injection attacks by calling the PDO::quote() method. The other pros is that there are several databases it will …Read More
December 19, 2004ColdFusion is a product that acts as “middleware between any ODBC database (Access, Oracle, etc.) and Web server for the delivery of “live” data to Web pages. It allows users to develop applications that dynamically input data to and output data from a database via the Internet and the Web. rnrnrnColdFusion, which is made up …Read More
December 19, 2004The ColdFusion development suite includes a server and toolsetsrndesigned to integrate databases and Web pages. It is a rapidrnapplication development system that integrates browser, server andrndatabase technologies into Web applications.rnrnrnColdFusionrnhelps programmers and Web developers build and deploy powerful Webrnapplications and Web services. Using the proven tag-based scriptingrnbuilt into the ColdFusion environment, Web application developers canrneasily …Read More