I’m creating my first schema and database. It’s simple and that’s done but I’ve done it manually. I see there is software for mySQL and postgreSQL, like psqadmin and sql-workbench for editing that but, unless I missed something, they’re not handy for filling in the data tables with real data. I presume, then, that my task is now to write an application to interface to the database to let anyone do that or is there some general purpose software out there for this purpose?
Indeed, that would be your next task I’m not aware of any general purpose software.
You could use phpmyadmin to input the data. If you created a form you could have some error checking and it would probably be easier to use.
There is software available to generate forms from sql databases but I can not remember any of the names now.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.