| Links: A Complete Database Application in Perl
The database application in this article can add, delete, modify, and search records in under 350 lines of code. And actually, 121 lines of the script are HTML, so the total lines of Perl to make this database is only 222!
Clicks: 43 | Beoordeling: 0.00 | Stemmen: 0 | Beoordeel |
Schrijf een recensie | Voeg to aan del.icio.us Database Management Systems
When you build an information system, of which a Web site is one example, you have to decide how much responsibility for data management your new custom software will take and how much you leave to packaged software and the operating system. This chapter explains what kind of packaged data management software is available, covering files, flat file database management systems, relational database management systems (RDBMSs), object-relational database management systems, and object databases. Because RDBMS is the most popular technology, I cover it in the most depth and include a brief tutorial on SQL. [ Chapter 12, Philip and Alex's Guide to Web Publishing]
Clicks: 33 | Beoordeling: 0.00 | Stemmen: 0 | Beoordeel |
Schrijf een recensie | Voeg to aan del.icio.us Database Normalization And Design Techniques
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP.
Clicks: 41 | Beoordeling: 0.00 | Stemmen: 0 | Beoordeel |
Schrijf een recensie | Voeg to aan del.icio.us Introduction to Databases for the Web
Part One: Database Basics. Part Two: Retrieving and Manipulating Data. Part Three: CGI Interfaces to SQL Databases.
Part Four: Java Database Connectivity.
Clicks: 30 | Beoordeling: 0.00 | Stemmen: 0 | Beoordeel |
Schrijf een recensie | Voeg to aan del.icio.us Moving Beyond MySQL - High End Database Solutions
MySQL isn't the only database system out there. You actually have many different systems to choose from - systems that have their own strengths and weaknesses, and which offer a number of advanced features that aren't available in MySQL. These features include Stored Procedures, Triggers, Atomic Updates, and Foreign Key Integrity, and they're the kinds of features that provide the degree of scalability required for quick searches on search engines and other large sites. [Sitepoint]
Clicks: 9 | Beoordeling: 0.00 | Stemmen: 0 | Beoordeel |
Schrijf een recensie | Voeg to aan del.icio.us RI to the Rescue!!
How Relational Integrity can simplify your database project, shorten development time, and improve the quality of your life. [Evolt 08/2001]
Clicks: 8 | Beoordeling: 0.00 | Stemmen: 0 | Beoordeel |
Schrijf een recensie | Voeg to aan del.icio.us |