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
Related Q & A:
- How to create an external table for hbase?Best solution by stackoverflow.com
- How to show a table on another page?Best solution by Stack Overflow
- What is Hash Table, how to create a hash table?Best solution by Stack Overflow
- How to create a table in PHP with MySQL?Best solution by Stack Overflow
- How to create a table in gmail?Best solution by Web Applications
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.