How to Save an Append or Delete Query in MySQL -
so i'm moving ms access mysql:
in ms access can store insert, delete, , update queries objects alongside tables. don't understand computers well, can click on objects , automatically run queries alter master table various business functions.
in mysql, , how store these queries, seem able make tables. when write piece of code using sql editor, can save remote location (such local desktop) , not onto mysql database, it's accessible coworkers.
if can't save onto server, how write piece of code , execute within database usable others.
thanks
the answer question going depend on environment, users, , bandwidth support given solution. gaining lot making switch access mysql, losing of the wysiwyg features. (e.g., access forms can bind directly data source.)
there many approaches:
- if users more advanced, having access database using mysql workbench may suffice. there have access run views, stored procedures, or create own custom queries.
- another option script objects using python , provide simple gui using tkinter. python thought of easy use language; built in suppport mysql , tkinter "default" interface.
- using lamp architecture largely popular paradigm using mysql backend database.
- there nothing stopping using access link mysql db using mysql external data source.
i hope provides enough info begin whittling down options.
Comments
Post a Comment