Login   Register  
PHP Classes
elePHPant
Icontem

File: db.sav

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of herve_tribouilloy  >  DBConnect  >  db.sav  >  Download  
File: db.sav
Role: Auxiliary data
Content type: text/plain
Description: database source
Class: DBConnect
MySQL database access wrapper
Author: By
Last change:
Date: 2005-10-15 09:46
Size: 173 bytes
 

Contents

Class file image Download
create database test1;

create table test_table (
	test_id int(8) not null auto_increment,
	test_date date not null,
	description text,
  	primary key(test_id)
);