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:

  1. if users more advanced, having access database using mysql workbench may suffice. there have access run views, stored procedures, or create own custom queries.
  2. another option script objects using python , provide simple gui using tkinter. python thought of easy use language; built in suppport mysql , tkinter "default" interface.
  3. using lamp architecture largely popular paradigm using mysql backend database.
  4. there nothing stopping using access link mysql db using mysql external data source.

i hope provides enough info begin whittling down options.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -