close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Problem with Administrative Back-End (Data Assist Tool)

Thread began 3/26/2010 8:44 pm by Gabriel Tiviroli | Last modified 10/05/2010 7:09 am by Gabriel Tiviroli | 4367 views | 7 replies

Gabriel Tiviroli

More information about the errors: Data Base

CREATE TABLE IF NOT EXISTS `categorias` (
`categoriaid` int(11) NOT NULL AUTO_INCREMENT,
`nombre_categoria` varchar(150) NOT NULL,
PRIMARY KEY (`categoriaid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Volcar la base de datos para la tabla `categorias`
--

INSERT INTO `categorias` (`categoriaid`, `nombre_categoria`) VALUES
(1, 'economia'),
(2, 'deportes'),
(3, 'policiales'),
(4, 'sociedad'),
(5, 'mundo'),
(6, 'entretenimiento'),
(7, 'opinion'),
(8, 'entrevistas'),
(9, 'sociales'),
(10, 'politica'),
(11, 'regionales');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `importancia`
--

CREATE TABLE IF NOT EXISTS `importancia` (
`importanciaid` int(11) NOT NULL AUTO_INCREMENT,
`importancia_valor1` int(11) NOT NULL,
PRIMARY KEY (`importanciaid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Volcar la base de datos para la tabla `importancia`
--

INSERT INTO `importancia` (`importanciaid`, `importancia_valor1`) VALUES
(1, 1),
(2, 2),
(3, 3),
(4, 4),
(5, 5);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `noticias`
--

CREATE TABLE IF NOT EXISTS `noticias` (
`noticiaid` int(11) NOT NULL AUTO_INCREMENT,
`titulo` varchar(150) NOT NULL,
`fecha` varchar(45) NOT NULL,
`hora` varchar(15) NOT NULL,
`piedefoto` varchar(150) NOT NULL,
`resumen` varchar(200) NOT NULL,
`desarrollo` longtext NOT NULL,
`imagen_grande` varchar(150) NOT NULL,
`imagen_chica` varchar(150) NOT NULL,
`categoriaid` int(11) NOT NULL,
`importanciaid` int(11) NOT NULL,
`panel` int(11) NOT NULL,
`logotitulo` varchar(150) NOT NULL,
PRIMARY KEY (`noticiaid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

--
-- Volcar la base de datos para la tabla `noticias`
--

INSERT INTO `noticias` (`noticiaid`, `titulo`, `fecha`, `hora`, `piedefoto`, `resumen`, `desarrollo`, `imagen_grande`, `imagen_chica`, `categoriaid`, `importanciaid`, `panel`, `logotitulo`) VALUES
(1, 'Mas testimonios desde el miedo y el dolor: como vivio el terremoto un mendocino', '1 de Marzo de 2010 ', '10:40', 'Olivares viajo a Chile a esparcir las cenizas de s', '", cerrĂ³ la rubia.', 'farro.jpg', farro.jpg', 6, 3, 0, 'entretenimiento.png');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `noticiasregionales`
--

CREATE TABLE IF NOT EXISTS `noticiasregionales` (
`noticiaregionalid` int(11) NOT NULL AUTO_INCREMENT,
`titulo` varchar(200) NOT NULL,
`fecha` varchar(45) NOT NULL,
`hora` varchar(15) NOT NULL,
`piedefoto` varchar(100) NOT NULL,
`resumen` varchar(200) NOT NULL,
`desarrollo` longtext NOT NULL,
`imagen_grande` varchar(150) NOT NULL,
`imagen_chica` varchar(150) NOT NULL,
`categoriaid` int(11) NOT NULL,
`importanciaid` int(11) NOT NULL,
`panel` int(11) NOT NULL,
`logotitulo` varchar(150) NOT NULL,
PRIMARY KEY (`noticiaregionalid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Volcar la base de datos para la tabla `noticiasregionales`
--

INSERT INTO `noticiasregionales` (`noticiaregionalid`, `titulo`, `fecha`, `hora`, `piedefoto`, `resumen`, `desarrollo`, `imagen_grande`, `imagen_chica`, `categoriaid`, `importanciaid`, `panel`, `logotitulo`) VALUES
(1, 'Los profesionales de la salud anunciaron un paro para la semana que viene', '10 de marzo de 2010', '17:50', 'La Voz Noticias', '.', 'default.jpg', '', 4, 1, 0, 'regionales-sociedad.png');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `opinion`
--

CREATE TABLE IF NOT EXISTS `opinion` (
`opinionid` int(11) NOT NULL AUTO_INCREMENT,
`periodista` varchar(150) NOT NULL,
`titulo` varchar(150) NOT NULL,
`nota_resumen` varchar(200) NOT NULL,
`nota` longtext NOT NULL,
`fecha` varchar(50) NOT NULL,
`imagen_url` varchar(150) NOT NULL,
PRIMARY KEY (`opinionid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Volcar la base de datos para la tabla `opinion`
--

INSERT INTO `opinion` (`opinionid`, `periodista`, `titulo`, `nota_resumen`, `nota`, `fecha`, `imagen_url`) VALUES
(1, 'Daniel Paglialuco', 'UN TIPO DE POLITICO', '. ', '15 de marzo de 2010', 'columnista1.jpg');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `paneles`
--

CREATE TABLE IF NOT EXISTS `paneles` (
`panelid` int(11) NOT NULL AUTO_INCREMENT,
`panel1` int(11) NOT NULL,
PRIMARY KEY (`panelid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Volcar la base de datos para la tabla `paneles`
--

INSERT INTO `paneles` (`panelid`, `panel1`) VALUES
(1, 1),
(2, 2),
(3, 3);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `usuarios`
--

CREATE TABLE IF NOT EXISTS `usuarios` (
`usuarioid` int(11) NOT NULL AUTO_INCREMENT,
`nombredeusuario` varchar(15) NOT NULL,
`password` varchar(10) NOT NULL,
`email` varchar(250) NOT NULL,
PRIMARY KEY (`usuarioid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Volcar la base de datos para la tabla `usuarios`
--

INSERT INTO `usuarios` (`usuarioid`, `nombredeusuario`, `password`, `email`) VALUES
(1, 'gabytivi', '02304022', 'webmaster@gabrieltiviroli.com'),
(2, 'dani', '02304022', 'danielgutierrez@lavoznoticias.com');

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...