Access to data in SQL Server from the web! a little bit of ...Javascript, Python and SQL Server
Hi guys, Welcome back mates to another atypical post! In the latest post we talk about how to access data in Microsoft SQL Server from the Python language: Python from 0 to Microsoft SQL Server! A tutorial to try step to step Today we do a little step forward. We will see how to access our data in SQL Server directly from a web pages. Why? Well, for many reason. Mainly because I wanted to show a quick way to read and write the data that is inside a database. I also wanted to show that beautiful interfaces makes the web available. Finally I wanted to show you the basics of the Javascript language and also how to create an API from python . I mean, a lot of stuff, so let’s get started! Intro. Yes, this post need an introduction to descrive what we will do. In the latest post the have installed Python and with this language we have accessed data from a database in SQL Server . Today we slightly modify this project: the already written function will become an AP...