jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

DeEnFrSp
Amount: 124
Displaying: 111 - 120
Pages: << 1 2 3 4 5 6 7 8 9 10 11 [12] 13 >>
Sort Listings By:
Hits: 172

Oracle vs. MySQL: loading the data

Rating 0.0 0.0
Even though loading data from a text file into the database is not a task that user would perform on a daily basis, there are several cases when the speed of this process is important to DBA and company management. One example would be having a "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.
Platform(s): n/a Date: Dec, 17 2001
DETAIL
Hits: 172

Setting Up Database Driven Websites

Rating 0.0 0.0
This tutorial is an introductory guide to get you started in the world of server-side-scripting and web databases. It covers installation and configuration of MySQL, Apache, and PHP. An example script is also included as a guide for making your own server-side-scripts. You will have accomplished after successfully completing this guide: setup the MySQL database server, setup the Apache web server, setup the PHP 3.0 Hypertext Preprocessor for server-side-scripting, and create a simple web enabled database.
Platform(s): n/a Date: Nov, 09 1999
DETAIL
Hits: 166

Database connection in a class of its own

Rating 0.0 0.0
The usage of databases in larger web-based applications is essential. By using basic object-orientated techniques we can minimize the fuss of connecting and interacting with a database. We can also reuse this code in other applications: a huge benefit of 'OO' programming.
Platform(s): n/a Date: Apr, 29 2003
DETAIL
Hits: 156

Data Integrity Using MySQL and PHP (Part 2)

Rating 0.0 0.0
A continuation of the series, "Data Integrity Using MySQL and PHP," this article discusses the concept of auto_increment fields in MySQL, to cause MySQL to store a unique, incrementing integer in the field of each new row.
Platform(s): n/a Date: Dec, 06 2000
DETAIL
Hits: 155

Website Database Basics With PHP and MySQL

Rating 0.0 0.0
As your website grows you may run into two problems: Your website has so much information that visitors can't quickly find what they want and visitors want to give you information. Both of these problems can be solved by building a database on a website. This introductory article shows you how to do this using basic PHP-MySQL interaction.
Platform(s): n/a Date: Jan, 18 2000
DETAIL
Hits: 153

Using PHP with ODBC

Rating 0.0 0.0
This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard. You should be familiar with PHP syntax and have a working knowledge of databases.
Platform(s): n/a Date: Mar, 26 2001
DETAIL
Hits: 151

PHP/MySQL database search

Rating 0.0 0.0
Got a MySQL database with content within it? Want to be able to search it and display paged search results on screen? This tutorial and script will do just that. (Apache, PHP, MySQL database required)
Platform(s): n/a Date: Jan, 06 2003
DETAIL
Hits: 149

Building database table handlers in PHP using OO approach

Rating 0.0 0.0
OO approach described in this article helps to create data layer abstractions which are easy to port to other databases without altering the application code
Platform(s): n/a Date: Apr, 16 2005
DETAIL
Hits: 139

Data Integrity using MySQL and PHP

Rating 0.0 0.0
This is an overview of relational database concepts, specifically MySQL. It illustrate each of the concepts through simple examples.
Platform(s): n/a Date: Dec, 06 2000
DETAIL
Hits: 139

SQL Database Function Wrappers

Rating 0.0 0.0
When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query and then close the connection. This article shows how to create functions that will eliminate this redundancy. The tutorial uses MySQL as the database, but the database layer is irrelevant. These functions can be adapted to use other databases.
Platform(s): n/a Date: Jul, 17 2000
DETAIL
Amount: 124
Displaying: 111 - 120
Pages: << 1 2 3 4 5 6 7 8 9 10 11 [12] 13 >>