Good morning:
Up until now I've build my databases in Access. I am not a programmer - but do have "some" programming - vba, c, c++ in the past, so I have some basic understanding.
I'd like to build a database on a web site, and do the things I normally would do via access. I also would like the front end coding to be unreadable (can't view my code), so I'd like to build it, and compile the front end to make it secure. Moreover, the Mysql backend will have data that will be decoded by the front end so that someone can't just "dip into the tables" and access my data.
What would be a good front end to use to accomplish this? As I say, if I were not worried about having it on the web I'd have a SQL Server database (backend) and accde for the front end. I can easily build that, so that gives you an understanding of where I am at (also that my programming classes were something like 15+ years ago [c++ was the hot new language]).
Thanks