How to show the element from XML (SAXParser) to table?

SetQuery('SHOW CREATE TABLE '. $table);?

  • $this->db->setQuery('SET sql_quote_show_create = 1;'); $this->db->Query(); $this->db->setQuery('SHOW CREATE TABLE '. $table); $create = $this->db->loadRow(); $create = $create[1].";\n\n"; // ignore the table name $create = $options['replace_prefix'] ? str_replace($prefix,'#__', $create) : $create; $output->write($create); m trying to create a table without using create query

  • Answer:

    uhhhh. i can't really understand what it is your looking at. I am not use to seeing all of that. I don't know how familiar you are with microsoft access so let me just say this, if you want to create a table without using a query, make sure your raw data or information is entered. I don't know which year your using but if its not 07 it may have opened you up in design view. You need to specify all types of data and/or just switch views and start in a blank table. You can go back in design view later to make changes.

rucha at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.