Hi,
Is there a module out there that would would sort of allow a user to run SQL queries and simple tables to a database directly from Drupal.
?
thanks Charles
Hi,
Is there a module out there that would would sort of allow a user to run SQL queries and simple tables to a database directly from Drupal.
?
thanks Charles
http://drupal.org/project/dba . But beware! you are opening a security hole: allowing random database-queries to be ran from your CMS is considerd a severe risk. If correctly configured, however, that hole is not exploitable, but a hole nonetheless :)
The tablewizard module will allow you to import an arbitraryt table. This cab then be sent to the views module for refining and display. Works very nicely.