Forums

Save the data in the database

riga75 08 Jan, 2009
How do I ensure that I save the data in the form of the db and be able to see?
Thank you

Stefano
GreyHead 08 Jan, 2009
Hi Stefano,

Use the Create Table icon in the Forms Manager. The turn the connection on in the DB Connectivity tab.

Bob
riga75 08 Jan, 2009
Hi Bob,

But I made this error:
Error while creating table :Table 'jos_chronoforms_HomePage' already exists SQL=CREATE TABLE `jos_chronoforms_HomePage` (`cf_id` INT(11) NOT NULL auto_increment, `uid` VARCHAR(255) NOT NULL, `recordtime` TEXT NOT NULL, `ipaddress` TEXT NOT NULL, `cf_user_id` TEXT NOT NULL, `CognomeNome` VARCHAR(255) NOT NULL, `Localita` VARCHAR(255) NOT NULL, `Provincia` VARCHAR(255) NOT NULL, `Telefono` VARCHAR(255) NOT NULL, `Eta` VARCHAR(255) NOT NULL, `Email` VARCHAR(255) NOT NULL, `Cucina` VARCHAR(255) NOT NULL, `CameraDaLetto` VARCHAR(255) NOT NULL, `Soggiorno` VARCHAR(255) NOT NULL, `Salotto` VARCHAR(255) NOT NULL, `Bagno` VARCHAR(255) NOT NULL, `Cameretta` VARCHAR(255) NOT NULL, `Taverna` VARCHAR(255) NOT NULL, `Mansarda` VARCHAR(255) NOT NULL, `PianoLAvoro` VARCHAR(255) NOT NULL, PRIMARY KEY (`cf_id`)) ENGINE = MYISAM ;
Max_admin 08 Jan, 2009
Hi riga75,

it looks like you have already created the table before, or you have one with the same name, so change the table name in the "create table" screen, its at the top!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
riga75 09 Jan, 2009
Ok, but once I made the tables to see its contents as I do?

Stefano
Max_admin 09 Jan, 2009
Hi riga,

sorry but I can't understand your question, just create a new table with a new name and connect to it in the "DB connection" tab!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
riga75 09 Jan, 2009
Ok, thanks

Stefano 😛
This topic is locked and no more replies can be posted.