cheesewizz
12-07-06, 02:47 PM
Hello there
I've tried to install the lates version of DOTPROJECT version 2.xxx
I just want to restore data I dont want manually typing because i have many data input on the previous version of dotproject
I used PHPMYADMIN to import of the database
when i restore it it gives me some error
that its hard for me to understand
Please check below:
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.8.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 10, 2006 at 05:22 PM
-- Server version: 4.1.12
-- PHP Version: 5.0.4
--
-- Database: `dotproject`
--
-- --------------------------------------------------------
--
-- Table structure for table `billingcode`
--
CREATE TABLE `billingcode` (
`billingcode_id` bigint( 20 ) NOT NULL AUTO_INCREMENT ,
`billingcode_name` varchar( 25 ) NOT NULL default '',
`billingcode_value` float NOT NULL default '0',
`billingcode_desc` varchar( 255 ) NOT NULL default '',
`billingcode_status` int( 1 ) NOT NULL default '0',
`company_id` bigint( 20 ) NOT NULL default '0',
PRIMARY KEY ( `billingcode_id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1;
please any one i need help...
thank you
best regards
cheesewizz
I've tried to install the lates version of DOTPROJECT version 2.xxx
I just want to restore data I dont want manually typing because i have many data input on the previous version of dotproject
I used PHPMYADMIN to import of the database
when i restore it it gives me some error
that its hard for me to understand
Please check below:
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.8.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 10, 2006 at 05:22 PM
-- Server version: 4.1.12
-- PHP Version: 5.0.4
--
-- Database: `dotproject`
--
-- --------------------------------------------------------
--
-- Table structure for table `billingcode`
--
CREATE TABLE `billingcode` (
`billingcode_id` bigint( 20 ) NOT NULL AUTO_INCREMENT ,
`billingcode_name` varchar( 25 ) NOT NULL default '',
`billingcode_value` float NOT NULL default '0',
`billingcode_desc` varchar( 255 ) NOT NULL default '',
`billingcode_status` int( 1 ) NOT NULL default '0',
`company_id` bigint( 20 ) NOT NULL default '0',
PRIMARY KEY ( `billingcode_id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1;
please any one i need help...
thank you
best regards
cheesewizz