database - What frontend softwares are available to use MySql in Mac OS (other than Base and Filemaker)? -


i using mac os 10.7. wondering if "forms" (i.e. layout entering data includes fields values retrieved via lookup based on data entered in other fields on same layout) created in mysql workbench? how mysql supposed used? here's image of kind of layout want create data entry. http://imgur.com/e7jwuqa left hand side fields invoice table , right hand side fields invoice details table linked via relationship field based on invoice id. (ps: not want use filemaker)

mysql database engine. can store , retrieve data to/from mysql database. mysql workbench nothing more friendly user interface in front of it. cannot create forms or layouts in directly. can enter data 1 table @ time, using built-in user interface.

if need develop customer data entry forms, need use 1 of multitude of programming languages write program this. alternatively, there may frameworks out there capable of being customised needs. when dealing more 1 table, it's straight away more complicated entering data 1 table, because need keep track of , enforce referential integrity.

in event, answer question "no, cannot use mysql workbench create forms".


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -