mysql - Converting a ms-access front-end to a web-based technology -


can recommend best web-based technology/language rewriting ms-access front-end? i've converted tables mysql , moved queries stored-procedures. language need able handle multiple result sets.

also, need gui similar possible current ms-access front-end. new language need have features including full crud, tabbed forms, datasheet style sub-forms, combo-boxes , reports.

i've dabbled bit html, css, php, javascript , java of these capable or suitable? i've heard ajax or jquery might way go.

this misguided goal.

web ui uses different paradigms because web front end stateless, unbound data, whereas access apps stateful , bound. 1:1 translation disastrous way implement ui in web browser, unless invest huge amount in ajax development.

that said, should access 2010 , sharepoint access services, allow createn access front end web forms , web reports can run in web browser unchanged. order of magnitude cheaper rolling own ajax-based replacement.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -