By derbeerk on
I have few tables in sql filled with data. Are there any plugs/modules that could build table or forms from sql query or something to view and edit that data?
I have few tables in sql filled with data. Are there any plugs/modules that could build table or forms from sql query or something to view and edit that data?
Comments
the webform module might be
the webform module might be along the lines of what you're looking for.
As i understood, webform
As i understood, webform does not work with SQL :(
I just need tools to create tables and forms for CRUD operations with database
from webforms project
from webforms project page:
perhaps I don't know what you mean by "SQL"? Are you talking about a different database than the one associated with your drupal install?
database module
you could use the database module for that
phpmyadmin from your cpanel would give u more control.