Everyone who likes MS HTML
This article describes how to
ODBC is one of Microsoft's
PHP provides built in
Help (.chm extension) can
make Access and PHP work
earliest technologies for
functions to access just
now obtain complete
together using the
connecting to databases.
about every database that
conversion of MySQL manual
ODBCSocketServer, an open
This article describes how
exists, including Oracle.
into this format. This
source socket server,
to setup and use ODBC from a
This 8-page tutorial
conversion tries to bring
available at
PHP perspective. Also
illustrates how to use these
additional functionality and
http://odbc.linuxave.net/.
discusses ODBC extension
built in functions to
make using of MySQL manual
This tutorial will take you
bugs, database wrapper
communicate with an Oracle
more comfortable.
through configuring your
libraries, Microsoft's ADO
database.
machines and using the
(which is Microsoft's
socket server.
recommended API for 4GL
programmers) and DSN-less
connections.
Date: Mar, 08 2004 Date: Dec, 08 2000 Date: Jun, 24 2004 Date: Mar, 21 2000 |
Even though loading data from
Following examples teaches
This tutorial is the second
This is the third installment
a text file into the
how to query a mySQL
part of our PHP/MYSQL series
of our php mysql tutorial
database is not a task that
database and getting results
of articles. In this episode
series. This tutorial covers
user would perform on a
in pages. Every page
we show you setting up a
inserting data to MYSQL with
daily basis, there are
displays results maximum 10
MYSQL Database through
a PHP script. Using the
several cases when the speed
results in a single page.
phpmyadmin and create a PHP
following key features; HTML
of this process is important
Script to make tables for
Forms, Passing variables
to DBA and company
the MYSQL database and more.
from a form to php and
management. One example
inserting into the database
would be having a
using Mysql INSERT command.
"database guy"
receive the daily reports
from the field offices or
sales people on daily basis.
Reports come as Excel
documents or delimited
spreadsheets of some kind,
and DBA's responsibility
includes updating the
database on constant basis,
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, 17 2001 Date: Sep, 06 2006 Date: Jan, 04 2006 Date: Jan, 04 2006 |