Can anyone recommend a good book exposing common pitfalls...? I'm a complete novice in both Access & Azure. Seems that using an ODBC connection in MS Access exposes passwords... in the registry.... Also as I still have not finished my application which I am planning to sell as an .accde & Azure BE I am realising now that:
- Think I've made a mistake using functions in calculated queries does not seem a great idea in Azure; causing the BE in Azure to reconnect with the front-end greatly slowing down the app. Though Philipp Stiefel mentions this is looking better in MSSQL Server 2019. Layering the queries also brings me problems in the application crashing on the third layered query but maybe there's a problem with me referencing a bad incomplete calculated field in a query. It was getting very slow in the query editor on the third layered query so I jumped between the two. It's probably me with a bad reference or something
- Seems I should probably be using ADO recordsets (but rebind after updating due to bug in Access)
- I've already based most forms on queries... reducing the size of the recordset being worked with; though can get realy tricky with queries based on other queries with several tables & acheiving the new query to be editable
- Fundamentals Of Azure 2nd Edn - Michael Collier, Robin Shahan - does not touch on common pitfalls of MS Access & is more for hardcore languages/ web development
- Backends For FrontEnds Pattern - Microsoft Learn - does not seem relevant to MS Access
- Extend Microsoft Access Applications To The Cloud - Andrew Couch - Seems largely based on obsolete MS Access Web Apps & scanning contents I can't see any benefit here with guidance on common pitfalls with MS Access
- Access 2010 VBA Programming Inside Out - Andrew Couch - (read it); inital scan Azure was in the beta stages of development.
- Youtube codekabinett.com/eu - SQL Server Authentication - very good & based on @isladogs very helpful Security Challenges exposing weaknesses in MS Access to watch out for