mardi 2 avril 2019

Can I create a database change based on a dependency on a website with no access to the database?

Currently we are able to write stored procedures to update fields, like a status field from active to inactive, based off of the selection of another field, like when a member type is changed from member to non-member. This information can then be displayed on a website.

In the near future we will not have access to write stored procedures to the database anymore. I am wondering if there's a way to change the display of fields, or even change the field in the database, using javascript or something similar?

I know this may not be a secure option, but I'm just wondering if the possibility is there or if anyone has done this. I came across a question that seemed to point in that direction of opening up a connection to the database, but if we won't have credentials to access then I'm not sure this is an option.

How to connect to SQL Server database from JavaScript in the browser?

Thank you in advance for any guidance.




Aucun commentaire:

Enregistrer un commentaire