Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Database: MySql
 FORUM_CHARTS
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Giumer
Junior Member

Italy
163 Posts

Posted - 03 May 2009 :  04:43:40  Show Profile  Send Giumer an ICQ Message
hi to all I wanted to know an information me MSQL I use the database and do I have a problem with the chart FORUM_CHARTS I attach here my chart you can tell me if the values are exact?

-- Struttura della tabella `FORUM_CHARTS`
--

CREATE TABLE IF NOT EXISTS `FORUM_CHARTS` (
`CHART_ID` int(11) NOT NULL auto_increment,
`C_GENRE` text,
`C_AUTHOR_MEM_ID` int(11) NOT NULL default '0',
`C_AUTHOR_NAME` text,
`C_LAST_UPDATE` text,
`C_DISPLAY` int(11) NOT NULL default '0',
`C_POS_1` text,
`C_POS_2` text,
`C_POS_3` text,
`C_POS_4` text,
`C_POS_5` text,
`C_POS_6` text,
`C_POS_7` text,
`C_POS_8` text,
`C_POS_9` text,
`C_POS_10` text,
`C_POS_11` text,
`C_POS_12` text,
`C_POS_13` text,
`C_POS_14` text,
PRIMARY KEY (`CHART_ID`),
KEY `FORUM_CHARTS_CHART_ID` (`CHART_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

=======================
http://www.Giumer.it/forum

=======================
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07