The usage of databases in
Not sure how to make use of
Got a MySQL database with
Learn how to use MySQL
larger web-based
the free MySQL database
content within it? Want to
embedded function to format
applications is essential.
space included with your
be able to search it and
Date/Time field value just
By using basic
web-hosting plan? This
display paged search results
right in the SQL query
object-orientated techniques
step-by-step tutorial
on screen? This tutorial and
string. For example another
we can minimize the fuss of
explains a simple way to
script will do just that.
way is to use PHP, but it is
connecting and interacting
upload data from a Microsoft
(Apache, PHP, MySQL database
slower and inconvenient.
with a database. We can also
Access database to the MySQL
required)
This tutorial will show you
reuse this code in other
database at your ISP. The
both examples for the same
applications: a huge benefit
tutorial also contains a
goal.
of 'OO' programming.
free sample application that
is available in ASP and PHP
versions.
Date: Apr, 29 2003 Date: Jan, 28 2003 Date: Jan, 06 2003 Date: Dec, 12 2002 |
This is a tutorial on how to
Want to reduce the load that
If you are writing an
Even though loading data from
create a web database
MySQL has on your web
application that is used in
a text file into the
application using PHP and
server? Generating Static
multiple environments and
database is not a task that
MySQL on Mac OS X or Linux
HTML pages to replace
operating systems, you need
user would perform on a
platforms. The example used
queries is the solution.
to plan to support multiple
daily basis, there are
is a database to manage web
Read this tutorial to learn
databases. This article is
several cases when the speed
site links. The same ideas
how.
based on my experiences with
of this process is important
used in this tutorial can be
multiple database systems,
to DBA and company
expanded to most web
stretching from 4th
management. One example
applications like phone
Dimension in my Mac days, to
would be having a
directories,
the databases I currently
"database guy"
personalization, survey
use, which are: Oracle,
receive the daily reports
polls, etc... All are based
FoxPro, Access, MS SQL
from the field offices or
on inserting, displaying and
Server and MySQL. Although
sales people on daily basis.
managing data in a database.
most of the advice here
Reports come as Excel
applies to Perl, Python and
documents or delimited
other programming languages,
spreadsheets of some kind,
we will focus on PHP and how
and DBA's responsibility
the ADOdb database
includes updating the
abstraction library offers
database on constant basis,
some solutions.
so that by the end of the
day, he is able to give the
management a report on the
amount of daily sales or
field office transactions.
Here you will find a MS
Word-format downloadable
file that examines the
benchmark results for Oracle
and MySQL speed of loading
the data from a text file.
Date: Dec, 02 2002 Date: Aug, 14 2002 Date: Apr, 15 2002 Date: Dec, 17 2001 |