Home / trunk / 0.1
Name Modified Size InfoDownloads / Week
Parent folder
MySQL_Scripts 2012-12-07
README 2011-04-04 1.4 kB
Totals: 2 Items   1.4 kB 0
Copyright (C) 2011  Oliver Frye

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>

**** THIS PROGRAM IS CURRENTLY AT THE PLANNING STAGE, THE MAIN.PL FILE WILL NOT ACOMPLISH ANYTHING USEFUL! ****
**** MAIN.PL IS PIECE OF CODE THAT WILL CREATE A DATABASE HANDLE AND QUERY THE DATABASE WITH A 'SELECT * FROM Customers' QUERY. ****
**** TO RUN THE PROGRAM YOU MUST HAVE THE PERL INTERPRETER, THE PERL DBI MODULE AND THE MYSQL DBD MODULE INSTALLED. ****
**** THE PROGRAM WAS ONLY TESTED ON LINUX, IT MAY WORK FOR WINDOWS BUT IT IS NOT GUARANTEED. ****

**** THE INSTALL.SQL FILE WILL CREATE THE TABLE STRUCTURE FOR TOSPMS TO WORK. IT CAN BE RUN BY TYPING THE FOLLOWING AT THE COMMAND LINE: ****
**** mysql -uroot -p < INSTALL.sql ****
**** THE USERNAME AFTER '-u' MUST HAVE DATABASE CREATION PRIVILEGES FOR THE SCRIPT TO WORK ****
Source: README, updated 2011-04-04